#076DAF
A dark, vivid blue closely aligning with Steelblue.
About #076DAF
Visually, #076DAF is defined as a vivid blue. Its closest recognized web color is Steelblue. To achieve this exact tint on a monitor, you would use an RGB mix of 7, 109, and 175.
When sending designs containing this color to a printer, the CMYK values come into play. Its ink density profile breaks down to 96% cyan, 38% magenta, 0% yellow, and 31% black. This makes it a relatively light color when applied to physical surfaces.
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#076DAF
RGB7, 109, 175
HSL203.6°, 92.3%, 35.7%
CMYK96%, 38%, 0%, 31%
HSV203.6°, 96.0%, 68.6%
LAB44.3, -0.6, -42.2
XYZ13.3, 14.1, 42.6
Decimal486831
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.50:1
Text on #FFFFFF
AA
3.82:1
Text on #000000
AA Large
5.26:1
Text on #F8FAFC
AA
3.24:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #076DAF;
}
.text-color {
color: #076DAF;
}
.border-color {
border: 2px solid #076DAF;
}