#006D8A
A dark, vivid cyan closely aligning with Steelblue.
About #006D8A
Visually, #006D8A is defined as a vivid cyan. If you're using CSS, you might find it aligns closely with Steelblue. Its digital footprint relies on 0 parts red, 109 parts green, and 138 parts blue light.
Translating this color to physical media requires the CMYK color model. Its ink density profile breaks down to 100% cyan, 21% magenta, 0% yellow, and 46% black. The HSL representation is 192.6° hue, 100.0% saturation, and 27.1% lightness.
When using this color as a background, text legibility must be considered. Because it is a dark color, it is generally recommended to use #FFFFFF text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#006D8A
RGB0, 109, 138
HSL192.6°, 100.0%, 27.1%
CMYK100%, 21%, 0%, 46%
HSV192.6°, 100.0%, 54.1%
LAB42.4, -15.3, -23.3
XYZ10.1, 12.8, 26.0
Decimal28042
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.91:1
Text on #FFFFFF
AA
3.55:1
Text on #000000
AA Large
5.65:1
Text on #F8FAFC
AA
3.02:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #006D8A;
}
.text-color {
color: #006D8A;
}
.border-color {
border: 2px solid #006D8A;
}