Skip to main content
 

Buttons

Every button used on a CareCredit web page should follow these basic styles. Buttons should always appear to respond to a user's interaction, giving a visual reinforcement that they are "active".

When creating forms, it is especially important to provide instructions and cues that will help all users to avoid and correct mistakes. This is especially important for those with accessibility issues. In order to ensure that the forms meet the accessibility standards of the site developers should refer to the requirements in the toggle below.

WCAG 2.0 guidelines for accessibility

In order to be accessible for those using screen readers, all controls must have an equivalent alternative text name that describes its purpose. This includes all images, form image buttons, and image map hot spots. (WCAG2 1.1.1).

Button Alt Text Description Example:

        
<a href="#" alt="Apply Now" title="Apply Now" class="button submit">Apply Now</a>

Primary

Uses: Main CTA eg: Apply now, Play Video (in the Hero), Find Location, Send, Submit. Generally anything what involves submitting, sending or bringing up content would apply. Mobile/tablet buttons do not have hover states. Once clicked they will change to the desktop hover view (outline with colored text.) Font colors used are #FFFFFF for dark backgrounds and #66A137 for light backgrounds.

  • Normal
  • #66A137
  • Hover
  • #66A137
  • Disabled
  • 50% Opacity

Secondary

Uses: Within the content eg: Learn More, More Articles, More Costs. Generally anything what involves viewing more information or taking you to another page with more information on CareCredit.com. Font colors used are #FFFFFF for dark backgrounds and #006F60 for light backgrounds.

  • Normal
  • #006F60
  • Hover
  • #006F60
  • Disabled
  • 50% Opacity

Alternative

Alternate: The outline is default and the solid view is a hover state. The reason for this is to declutter the layout and allow for more important actions to be highlighted on the page. Font colors used are #006F60.

  • Normal
  • #E4E4E4
  • Hover
  • #8ECDC8
  • Disabled
  • 50% Opacity

Transactional Buttons

Font colors used for transaction are #FFFFFF for dark backgrounds, #008378 for light backgrounds, and #757575 for disabled.

Primary

  • Normal
  • #008378
  • Hover
  • #049372
  • Active
  • #049372
  • Focus
  • #008378/ #002E2A
  • Disabled
  • #DADADA

Primary Icon

  • W/ icon
  • W/ icon
  • W/ icon
  • W/ icon
  • W/ icon

Secondary

  • Normal
  • transparent
  • Hover
  • #CDE9E2/ #049372
  • Active
  • #CCE2DF/ #006F60
  • Focus
  • #008378/ 50% opacity
  • Disabled
  • #B5B5B5

Secondary Icon

  • Normal
  • transparent
  • Hover
  • #CDE9E2/ #049372
  • Active
  • #CCE2DF/ #006F60
  • Focus
  • #008378/ 50% opacity
  • Disabled
  • #B5B5B5

Ghost

  • Normal
  • transparent
  • Hover
  • #CDE9E2/ #049372
  • Active
  • #CCE2DF/ #006F60
  • Focus
  • #008378/ 50% opacity
  • Disabled
  • #B5B5B5

Ghost Icon

  • Normal
  • transparent
  • Hover
  • #CDE9E2/ #049372
  • Active
  • #CCE2DF/ #006F60
  • Focus
  • #008378/ 50% opacity
  • Disabled
  • #B5B5B5
back to top