#0F5749
A dark, vivid cyan closely aligning with Darkslategray.
About #0F5749
The hex code #0F5749 represents a beautifully specific shade of cyan. Its closest recognized web color is Darkslategray. To achieve this exact tint on a monitor, you would use an RGB mix of 15, 87, and 73.
For print applications, it's crucial to understand its CMYK makeup. The color uses 83% Cyan, 0% Magenta, 16% Yellow, and 66% Black. This makes it a relatively dark color when applied to physical surfaces.
Ensuring your text is legible against this background is a key part of web design. 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#0F5749
RGB15, 87, 73
HSL168.3°, 70.6%, 20.0%
CMYK83%, 0%, 16%, 66%
HSV168.3°, 82.8%, 34.1%
LAB32.7, -25.0, 2.1
XYZ4.8, 7.4, 7.5
Decimal1005385
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
8.47:1
Text on #FFFFFF
AAA
2.48:1
Text on #000000
FAIL
8.09:1
Text on #F8FAFC
AAA
2.11:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #0F5749;
}
.text-color {
color: #0F5749;
}
.border-color {
border: 2px solid #0F5749;
}