#076D8A
A dark, vivid cyan closely aligning with Steelblue.
About #076D8A
When working with digital screens, the color #076D8A is rendered by mixing light. Designers often compare it to the standard color Steelblue. Its digital footprint relies on 7 parts red, 109 parts green, and 138 parts blue light.
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 95% C, 21% M, 0% Y, and 46% K. Always request a physical proof before doing a large print run with this exact code.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #FFFFFF text pairs best with this hex code. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#076D8A
RGB7, 109, 138
HSL193.3°, 90.3%, 28.4%
CMYK95%, 21%, 0%, 46%
HSV193.3°, 94.9%, 54.1%
LAB42.5, -14.9, -23.2
XYZ10.1, 12.8, 26.0
Decimal486794
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.89:1
Text on #FFFFFF
AA
3.56:1
Text on #000000
AA Large
5.63:1
Text on #F8FAFC
AA
3.03:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #076D8A;
}
.text-color {
color: #076D8A;
}
.border-color {
border: 2px solid #076D8A;
}