#8A92AF
A light, muted blue closely aligning with Lightslategray.
About #8A92AF
At its core, #8A92AF is a light and muted hue. Designers often compare it to the standard color Lightslategray. This translates to an RGB value of rgb(138, 146, 175).
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 21% C, 17% M, 0% Y, and 31% K. Always request a physical proof before doing a large print run with this exact code.
Ensuring your text is legible against this background is a key part of web design. 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#8A92AF
RGB138, 146, 175
HSL227.0°, 18.8%, 61.4%
CMYK21%, 17%, 0%, 31%
HSV227.0°, 21.1%, 68.6%
LAB60.8, 3.5, -16.1
XYZ28.5, 29.1, 44.7
Decimal9081519
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.08:1
Text on #FFFFFF
AA Large
6.81:1
Text on #000000
AA
2.95:1
Text on #F8FAFC
FAIL
5.79:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #8A92AF;
}
.text-color {
color: #8A92AF;
}
.border-color {
border: 2px solid #8A92AF;
}