#0F3A33
A very dark, moderate cyan closely aligning with Darkslategray.
About #0F3A33
Visually, #0F3A33 is defined as a moderate cyan. It is closely associated with the named CSS color Darkslategray. To achieve this exact tint on a monitor, you would use an RGB mix of 15, 58, and 51.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). To reproduce this shade on paper, a printer utilizes 74% cyan and 0% magenta inks. The HSL representation is 170.2° hue, 58.9% saturation, and 14.3% lightness.
When using this color as a background, text legibility must be considered. The calculated luminance score dictates that #FFFFFF typography is the safest choice. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#0F3A33
RGB15, 58, 51
HSL170.2°, 58.9%, 14.3%
CMYK74%, 0%, 12%, 77%
HSV170.2°, 74.1%, 22.7%
LAB21.5, -16.7, 0.0
XYZ2.3, 3.4, 3.7
Decimal997939
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
12.55:1
Text on #FFFFFF
AAA
1.67:1
Text on #000000
FAIL
11.99:1
Text on #F8FAFC
AAA
1.42:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #0F3A33;
}
.text-color {
color: #0F3A33;
}
.border-color {
border: 2px solid #0F3A33;
}