#92A0AF
A light, muted blue closely aligning with Lightslategray.
About #92A0AF
The hex code #92A0AF represents a beautifully specific shade of blue. It is closely associated with the named CSS color Lightslategray. In the RGB color space, it consists of 146 red, 160 green, and 175 blue.
If you are designing for print, the four-color process is what matters most. The color uses 17% Cyan, 9% Magenta, 0% Yellow, and 31% Black. With a hue angle of 211.0 degrees, it sits comfortably in the blue spectrum.
From a UX and accessibility standpoint, contrast is paramount. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#92A0AF
RGB146, 160, 175
HSL211.0°, 15.3%, 62.9%
CMYK17%, 9%, 0%, 31%
HSV211.0°, 16.6%, 68.6%
LAB65.2, -1.7, -9.5
XYZ32.2, 34.3, 45.5
Decimal9609391
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.67:1
Text on #FFFFFF
FAIL
7.87:1
Text on #000000
AAA
2.55:1
Text on #F8FAFC
FAIL
6.69:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #92A0AF;
}
.text-color {
color: #92A0AF;
}
.border-color {
border: 2px solid #92A0AF;
}