#8A92CC
A light, moderate blue closely aligning with Steelblue.
About #8A92CC
At its core, #8A92CC is a light and moderate hue. Its closest recognized web color is Steelblue. This translates to an RGB value of rgb(138, 146, 204).
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 32% C, 28% M, 0% Y, and 20% K. This makes it a relatively light color when applied to physical surfaces.
Contrast ratios determine whether this color is safe for typography. The calculated luminance score dictates that #000000 typography is the safest choice. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#8A92CC
RGB138, 146, 204
HSL232.7°, 39.3%, 67.1%
CMYK32%, 28%, 0%, 20%
HSV232.7°, 32.4%, 80.0%
LAB61.9, 10.7, -30.8
XYZ31.7, 30.3, 61.3
Decimal9081548
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.97:1
Text on #FFFFFF
FAIL
7.06:1
Text on #000000
AAA
2.84:1
Text on #F8FAFC
FAIL
6.01:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #8A92CC;
}
.text-color {
color: #8A92CC;
}
.border-color {
border: 2px solid #8A92CC;
}