Color Picker

Paletton's color picker allows users to select colors that will complement each other.

There are also multiple color picker browser extensions that can make it easy to grab HEX color codes from web pages. A popular one is ColorZilla, which is available on Chrome and Firefox. In addition to grabbing individual colors, ColorZilla can display a palette of all the colors present on a page and generate CSS gradients.

Accessibility

Accessibility compliance is broken into three tiers, 'A', 'AA', and 'AAA'. Our central themes are all built to adhere to the required level 'A' compliance. Contrast rules are necessary for the higher 'AA' level of compliance.

That said, if you would like to increase the contrast of the link color, you can open the Appearance > Custom CSS tool, and add in the following code:

.content a { color: blue;}

Use a Contrast Checker to check accessibility.

WCAG
WebAIM

Related content

Adequate Color Contrast
Adequate Color Contrast
More like this
Theme Color Customization
Theme Color Customization
More like this
Website Accessibility
Website Accessibility
More like this
Blackboard Ally and Ally for Web
Blackboard Ally and Ally for Web
More like this
Ally for Web: Accessibility Report
Ally for Web: Accessibility Report
More like this
How to Create Accessible Websites
How to Create Accessible Websites
More like this