- AA normal text
- Fail
- AA large text
- Fail
- AAA normal text
- Fail
- AAA large text
- Fail
Back to catalog
Local color workspace
Work with #2D9EE0
Inspect equivalent formats, text contrast, palette steps, hue relationships, and copy-ready CSS for any opaque sRGB color entered as HEX, RGB, HSL, HWB, or a CSS keyword.
01
Equivalent color formats
These sRGB notations are calculated from the same normalized six-digit HEX value.
02
Black and white text contrast
Compare WCAG relative-luminance ratios before choosing text. A passing ratio still needs to be checked in the complete interface.
Recommended foreground: #000000 · 7.08:1
- AA normal text
- Pass
- AA large text
- Pass
- AAA normal text
- Pass
- AAA large text
- Pass
03
Calculated tints and shades
Use these reproducible sRGB mixtures as starting points, then verify them in the context of your interface.
Tints
Shades
04
Hue-wheel starting points
These variants rotate HSL hue while preserving saturation and lightness. They are mathematical options, not automatic design recommendations.
05
Copy-ready CSS
Start with custom properties for the normalized color and the stronger black-or-white foreground.
--color-hex-2d9ee0: #2D9EE0;
--color-hex-2d9ee0-rgb: 45 158 224;
--color-hex-2d9ee0-hsl: 202 74% 53%;
color: #000000;
background-color: var(--color-hex-2d9ee0);