#0F6D8A
A dark, vivid cyan closely aligning with Steelblue.
About #0F6D8A
At its core, #0F6D8A is a dark and vivid hue. If you're using CSS, you might find it aligns closely with Steelblue. Its digital footprint relies on 15 parts red, 109 parts green, and 138 parts blue light.
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 89% C, 21% M, 0% Y, and 46% K. Always request a physical proof before doing a large print run with this exact code.
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. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#0F6D8A
RGB15, 109, 138
HSL194.1°, 80.4%, 30.0%
CMYK89%, 21%, 0%, 46%
HSV194.1°, 89.1%, 54.1%
LAB42.6, -14.5, -23.1
XYZ10.3, 12.9, 26.0
Decimal1011082
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.87:1
Text on #FFFFFF
AA
3.57:1
Text on #000000
AA Large
5.61:1
Text on #F8FAFC
AA
3.04:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #0F6D8A;
}
.text-color {
color: #0F6D8A;
}
.border-color {
border: 2px solid #0F6D8A;
}