#0F6D83
A dark, vivid cyan closely aligning with Teal.
About #0F6D83
Visually, #0F6D83 is defined as a vivid cyan. Designers often compare it to the standard color Teal. In the RGB color space, it consists of 15 red, 109 green, and 131 blue.
If you are designing for print, the four-color process is what matters most. The color uses 89% Cyan, 17% Magenta, 0% Yellow, and 49% Black. With a hue angle of 191.4 degrees, it sits comfortably in the cyan spectrum.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. To prevent eye strain, #FFFFFF text pairs best with this hex code. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#0F6D83
RGB15, 109, 131
HSL191.4°, 79.5%, 28.6%
CMYK89%, 17%, 0%, 49%
HSV191.4°, 88.5%, 51.4%
LAB42.3, -17.0, -19.3
XYZ9.8, 12.7, 23.4
Decimal1011075
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.94:1
Text on #FFFFFF
AA
3.54:1
Text on #000000
AA Large
5.68:1
Text on #F8FAFC
AA
3.01:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #0F6D83;
}
.text-color {
color: #0F6D83;
}
.border-color {
border: 2px solid #0F6D83;
}