#928AA0
A medium, muted purple closely aligning with Lightslategray.
About #928AA0
At its core, #928AA0 is a medium and muted hue. If you're using CSS, you might find it aligns closely with Lightslategray. In the RGB color space, it consists of 146 red, 138 green, and 160 blue.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). Its ink density profile breaks down to 9% cyan, 14% magenta, 0% yellow, and 37% black. The HSL representation is 261.8° hue, 10.4% saturation, and 58.4% lightness.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #000000 typography is the safest choice. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#928AA0
RGB146, 138, 160
HSL261.8°, 10.4%, 58.4%
CMYK9%, 14%, 0%, 37%
HSV261.8°, 13.8%, 62.7%
LAB58.8, 7.4, -10.6
XYZ27.3, 26.8, 37.0
Decimal9603744
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.30:1
Text on #FFFFFF
AA Large
6.37:1
Text on #000000
AA
3.15:1
Text on #F8FAFC
AA Large
5.41:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #928AA0;
}
.text-color {
color: #928AA0;
}
.border-color {
border: 2px solid #928AA0;
}