#9292A0
A light, muted neutral closely aligning with Lightslategray.
About #9292A0
At its core, #9292A0 is a light and muted hue. If you're using CSS, you might find it aligns closely with Lightslategray. This translates to an RGB value of rgb(146, 146, 160).
Translating this color to physical media requires the CMYK color model. The color uses 9% Cyan, 9% Magenta, 0% Yellow, and 37% Black. The HSL representation is 240.0° hue, 6.9% saturation, and 60.0% lightness.
When using this color as a background, text legibility must be considered. 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#9292A0
RGB146, 146, 160
HSL240.0°, 6.9%, 60.0%
CMYK9%, 9%, 0%, 37%
HSV240.0°, 8.8%, 62.7%
LAB61.0, 2.8, -7.4
XYZ28.5, 29.2, 37.4
Decimal9605792
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.07:1
Text on #FFFFFF
AA Large
6.84:1
Text on #000000
AA
2.93:1
Text on #F8FAFC
FAIL
5.82:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #9292A0;
}
.text-color {
color: #9292A0;
}
.border-color {
border: 2px solid #9292A0;
}