#8A5F83
A medium, muted magenta closely aligning with Slategray.
About #8A5F83
When working with digital screens, the color #8A5F83 is rendered by mixing light. It is closely associated with the named CSS color Slategray. In the RGB color space, it consists of 138 red, 95 green, and 131 blue.
Translating this color to physical media requires the CMYK color model. Its ink density profile breaks down to 0% cyan, 31% magenta, 5% yellow, and 46% black. With a hue angle of 309.8 degrees, it sits comfortably in the magenta spectrum.
Contrast ratios determine whether this color is safe for typography. To prevent eye strain, #FFFFFF text pairs best with this hex code. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#8A5F83
RGB138, 95, 131
HSL309.8°, 18.5%, 45.7%
CMYK0%, 31%, 5%, 46%
HSV309.8°, 31.2%, 54.1%
LAB45.9, 23.7, -13.0
XYZ18.7, 15.2, 23.4
Decimal9068419
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.19:1
Text on #FFFFFF
AA
4.05:1
Text on #000000
AA Large
4.96:1
Text on #F8FAFC
AA
3.44:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #8A5F83;
}
.text-color {
color: #8A5F83;
}
.border-color {
border: 2px solid #8A5F83;
}