#0F575F
A dark, vivid cyan closely aligning with Darkslategray.
About #0F575F
The precise color #0F575F is an excellent choice for modern design projects. If you're using CSS, you might find it aligns closely with Darkslategray. This translates to an RGB value of rgb(15, 87, 95).
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 84% C, 8% M, 0% Y, and 63% K. The HSL representation is 186.0° hue, 72.7% saturation, and 21.6% lightness.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. The calculated luminance score dictates that #FFFFFF typography is the safest choice. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#0F575F
RGB15, 87, 95
HSL186.0°, 72.7%, 21.6%
CMYK84%, 8%, 0%, 63%
HSV186.0°, 84.2%, 37.3%
LAB33.4, -17.7, -10.7
XYZ5.7, 7.7, 12.0
Decimal1005407
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
8.24:1
Text on #FFFFFF
AAA
2.55:1
Text on #000000
FAIL
7.87:1
Text on #F8FAFC
AAA
2.17:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #0F575F;
}
.text-color {
color: #0F575F;
}
.border-color {
border: 2px solid #0F575F;
}