#667CA8
A medium, muted blue closely aligning with Steelblue.
About #667CA8
When working with digital screens, the color #667CA8 is rendered by mixing light. Designers often compare it to the standard color Steelblue. Its digital footprint relies on 102 parts red, 124 parts green, and 168 parts blue light.
If you are designing for print, the four-color process is what matters most. The color uses 39% Cyan, 26% Magenta, 0% Yellow, and 34% Black. This makes it a relatively light color when applied to physical surfaces.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. To prevent eye strain, #000000 text pairs best with this hex code. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#667CA8
RGB102, 124, 168
HSL220.0°, 27.5%, 52.9%
CMYK39%, 26%, 0%, 34%
HSV220.0°, 39.3%, 65.9%
LAB51.9, 3.4, -26.0
XYZ19.8, 20.1, 39.9
Decimal6716584
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.19:1
Text on #FFFFFF
AA Large
5.01:1
Text on #000000
AA
4.00:1
Text on #F8FAFC
AA Large
4.26:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #667CA8;
}
.text-color {
color: #667CA8;
}
.border-color {
border: 2px solid #667CA8;
}