#0E7891
A dark, vivid cyan closely aligning with Teal.
About #0E7891
The hex code #0E7891 represents a beautifully specific shade of cyan. If you're using CSS, you might find it aligns closely with Teal. In the RGB color space, it consists of 14 red, 120 green, and 145 blue.
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 90% C, 17% M, 0% Y, and 43% K. The HSL representation is 191.5° hue, 82.4% saturation, and 31.2% lightness.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #FFFFFF text pairs best with this hex code. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#0E7891
RGB14, 120, 145
HSL191.5°, 82.4%, 31.2%
CMYK90%, 17%, 0%, 43%
HSV191.5°, 90.3%, 56.9%
LAB46.4, -18.1, -21.3
XYZ12.0, 15.6, 29.2
Decimal948369
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.10:1
Text on #FFFFFF
AA
4.11:1
Text on #000000
AA Large
4.88:1
Text on #F8FAFC
AA
3.50:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #0E7891;
}
.text-color {
color: #0E7891;
}
.border-color {
border: 2px solid #0E7891;
}