#006DB6
A dark, vivid blue closely aligning with Steelblue.
About #006DB6
At its core, #006DB6 is a dark and vivid hue. If you're using CSS, you might find it aligns closely with Steelblue. This translates to an RGB value of rgb(0, 109, 182).
Translating this color to physical media requires the CMYK color model. Its ink density profile breaks down to 100% cyan, 40% magenta, 0% yellow, and 29% black. Always request a physical proof before doing a large print run with this exact code.
From a UX and accessibility standpoint, contrast is paramount. 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#006DB6
RGB0, 109, 182
HSL204.1°, 100.0%, 35.7%
CMYK100%, 40%, 0%, 29%
HSV204.1°, 100.0%, 71.4%
LAB44.7, 1.9, -45.8
XYZ13.9, 14.3, 46.3
Decimal28086
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.44:1
Text on #FFFFFF
AA
3.86:1
Text on #000000
AA Large
5.20:1
Text on #F8FAFC
AA
3.28:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #006DB6;
}
.text-color {
color: #006DB6;
}
.border-color {
border: 2px solid #006DB6;
}