#07A8BD
A dark, vivid cyan closely aligning with Cadetblue.
About #07A8BD
When working with digital screens, the color #07A8BD is rendered by mixing light. Its closest recognized web color is Cadetblue. Its digital footprint relies on 7 parts red, 168 parts green, and 189 parts blue light.
If you are designing for print, the four-color process is what matters most. The color uses 96% Cyan, 11% Magenta, 0% Yellow, and 26% Black. With a hue angle of 186.9 degrees, it sits comfortably in the cyan spectrum.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #000000 typography is the safest choice. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#07A8BD
RGB7, 168, 189
HSL186.9°, 92.9%, 38.4%
CMYK96%, 11%, 0%, 26%
HSV186.9°, 96.3%, 74.1%
LAB63.1, -28.2, -21.0
XYZ23.3, 31.7, 53.0
Decimal501949
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.86:1
Text on #FFFFFF
FAIL
7.34:1
Text on #000000
AAA
2.73:1
Text on #F8FAFC
FAIL
6.24:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #07A8BD;
}
.text-color {
color: #07A8BD;
}
.border-color {
border: 2px solid #07A8BD;
}