#0F5F5F
A dark, vivid cyan closely aligning with Darkslategray.
About #0F5F5F
Visually, #0F5F5F is defined as a vivid cyan. It is closely associated with the named CSS color Darkslategray. Its digital footprint relies on 15 parts red, 95 parts green, and 95 parts blue light.
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 84% C, 0% M, 0% Y, and 63% K. This makes it a relatively dark color when applied to physical surfaces.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. To prevent eye strain, #FFFFFF text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#0F5F5F
RGB15, 95, 95
HSL180.0°, 72.7%, 21.6%
CMYK84%, 0%, 0%, 63%
HSV180.0°, 84.2%, 37.3%
LAB36.2, -22.1, -6.6
XYZ6.4, 9.1, 12.3
Decimal1007455
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
7.44:1
Text on #FFFFFF
AAA
2.82:1
Text on #000000
FAIL
7.11:1
Text on #F8FAFC
AAA
2.40:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #0F5F5F;
}
.text-color {
color: #0F5F5F;
}
.border-color {
border: 2px solid #0F5F5F;
}