#07A0AF
A dark, vivid cyan closely aligning with Darkcyan.
About #07A0AF
When working with digital screens, the color #07A0AF is rendered by mixing light. It is closely associated with the named CSS color Darkcyan. To achieve this exact tint on a monitor, you would use an RGB mix of 7, 160, and 175.
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 96% C, 9% M, 0% Y, and 31% K. With a hue angle of 185.4 degrees, it sits comfortably in the cyan spectrum.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #000000 text pairs best with this hex code. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#07A0AF
RGB7, 160, 175
HSL185.4°, 92.3%, 35.7%
CMYK96%, 9%, 0%, 31%
HSV185.4°, 96.0%, 68.6%
LAB60.1, -28.9, -17.6
XYZ20.4, 28.3, 44.9
Decimal499887
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.15:1
Text on #FFFFFF
AA Large
6.66:1
Text on #000000
AA
3.02:1
Text on #F8FAFC
AA Large
5.66:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #07A0AF;
}
.text-color {
color: #07A0AF;
}
.border-color {
border: 2px solid #07A0AF;
}