#7C5FA8
A medium, muted purple closely aligning with Darkslateblue.
About #7C5FA8
Visually, #7C5FA8 is defined as a muted purple. Designers often compare it to the standard color Darkslateblue. In the RGB color space, it consists of 124 red, 95 green, and 168 blue.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). The color uses 26% Cyan, 43% Magenta, 0% Yellow, and 34% Black. This makes it a relatively light color when applied to physical surfaces.
Ensuring your text is legible against this background is a key part of web design. Because it is a medium color, it is generally recommended to use #FFFFFF text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#7C5FA8
RGB124, 95, 168
HSL263.8°, 29.6%, 51.6%
CMYK26%, 43%, 0%, 34%
HSV263.8°, 43.5%, 65.9%
LAB46.0, 27.4, -35.0
XYZ19.5, 15.3, 39.0
Decimal8150952
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.17:1
Text on #FFFFFF
AA
4.06:1
Text on #000000
AA Large
4.94:1
Text on #F8FAFC
AA
3.45:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #7C5FA8;
}
.text-color {
color: #7C5FA8;
}
.border-color {
border: 2px solid #7C5FA8;
}