#0F5F6D
A dark, vivid cyan closely aligning with Darkslategray.
About #0F5F6D
At its core, #0F5F6D is a dark and vivid hue. 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, 95, and 109.
When sending designs containing this color to a printer, the CMYK values come into play. To reproduce this shade on paper, a printer utilizes 86% cyan and 13% magenta inks. With a hue angle of 188.9 degrees, it sits comfortably in the cyan spectrum.
From a UX and accessibility standpoint, contrast is paramount. 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#0F5F6D
RGB15, 95, 109
HSL188.9°, 75.8%, 24.3%
CMYK86%, 13%, 0%, 57%
HSV188.9°, 86.2%, 42.7%
LAB36.7, -17.2, -14.4
XYZ7.0, 9.4, 15.9
Decimal1007469
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
7.30:1
Text on #FFFFFF
AAA
2.88:1
Text on #000000
FAIL
6.97:1
Text on #F8FAFC
AA
2.45:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #0F5F6D;
}
.text-color {
color: #0F5F6D;
}
.border-color {
border: 2px solid #0F5F6D;
}