#668AB6
A medium, moderate blue closely aligning with Steelblue.
About #668AB6
At its core, #668AB6 is a medium and moderate hue. It is closely associated with the named CSS color Steelblue. Its digital footprint relies on 102 parts red, 138 parts green, and 182 parts blue light.
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 44% C, 24% M, 0% Y, and 29% K. With a hue angle of 213.0 degrees, it sits comfortably in the blue spectrum.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #000000 typography is the safest choice. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#668AB6
RGB102, 138, 182
HSL213.0°, 35.4%, 55.7%
CMYK44%, 24%, 0%, 29%
HSV213.0°, 44.0%, 71.4%
LAB56.5, -0.7, -27.0
XYZ23.0, 24.4, 47.7
Decimal6720182
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.57:1
Text on #FFFFFF
AA Large
5.88:1
Text on #000000
AA
3.42:1
Text on #F8FAFC
AA Large
5.00:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #668AB6;
}
.text-color {
color: #668AB6;
}
.border-color {
border: 2px solid #668AB6;
}