#0F4949
A very dark, moderate cyan closely aligning with Darkslategray.
About #0F4949
Visually, #0F4949 is defined as a moderate cyan. Its closest recognized web color is Darkslategray. This translates to an RGB value of rgb(15, 73, 73).
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 79% cyan, 0% magenta, 0% yellow, and 71% 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. Because it is a very dark color, it is generally recommended to use #FFFFFF text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#0F4949
RGB15, 73, 73
HSL180.0°, 65.9%, 17.3%
CMYK79%, 0%, 0%, 71%
HSV180.0°, 79.5%, 28.6%
LAB27.7, -17.7, -5.3
XYZ3.8, 5.3, 7.1
Decimal1001801
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
10.15:1
Text on #FFFFFF
AAA
2.07:1
Text on #000000
FAIL
9.70:1
Text on #F8FAFC
AAA
1.76:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #0F4949;
}
.text-color {
color: #0F4949;
}
.border-color {
border: 2px solid #0F4949;
}