- AA normal text
- Fail
- AA large text
- Pass
- AAA normal text
- Fail
- AAA large text
- Fail
Back to catalog
Local color workspace
Work with #2F80ED
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 · 5.43:1
- AA normal text
- Pass
- AA large text
- Pass
- AAA normal text
- Fail
- 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-2f80ed: #2F80ED;
--color-hex-2f80ed-rgb: 47 128 237;
--color-hex-2f80ed-hsl: 214 84% 56%;
color: #000000;
background-color: var(--color-hex-2f80ed);