#0F505F
A dark, vivid cyan closely aligning with Darkslategray.
About #0F505F
When working with digital screens, the color #0F505F is rendered by mixing light. Designers often compare it to the standard color Darkslategray. To achieve this exact tint on a monitor, you would use an RGB mix of 15, 80, and 95.
Translating this color to physical media requires the CMYK color model. The color uses 84% Cyan, 16% Magenta, 0% Yellow, and 63% Black. The HSL representation is 191.2° hue, 72.7% saturation, and 21.6% lightness.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. Because it is a dark color, it is generally recommended to use #FFFFFF text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#0F505F
RGB15, 80, 95
HSL191.2°, 72.7%, 21.6%
CMYK84%, 16%, 0%, 63%
HSV191.2°, 84.2%, 37.3%
LAB31.0, -13.8, -14.4
XYZ5.1, 6.7, 11.8
Decimal1003615
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
9.00:1
Text on #FFFFFF
AAA
2.33:1
Text on #000000
FAIL
8.60:1
Text on #F8FAFC
AAA
1.98:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #0F505F;
}
.text-color {
color: #0F505F;
}
.border-color {
border: 2px solid #0F505F;
}