#5F2C75
A dark, moderate purple closely aligning with Darkslateblue.
About #5F2C75
When working with digital screens, the color #5F2C75 is rendered by mixing light. If you're using CSS, you might find it aligns closely with Darkslateblue. This translates to an RGB value of rgb(95, 44, 117).
When sending designs containing this color to a printer, the CMYK values come into play. To reproduce this shade on paper, a printer utilizes 19% cyan and 62% magenta inks. With a hue angle of 281.9 degrees, it sits comfortably in the purple spectrum.
From a UX and accessibility standpoint, contrast is paramount. Because it is a dark color, it is generally recommended to use #FFFFFF text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#5F2C75
RGB95, 44, 117
HSL281.9°, 45.3%, 31.6%
CMYK19%, 62%, 0%, 54%
HSV281.9°, 62.4%, 45.9%
LAB28.2, 36.1, -32.4
XYZ8.8, 5.5, 17.4
Decimal6237301
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
9.98:1
Text on #FFFFFF
AAA
2.10:1
Text on #000000
FAIL
9.54:1
Text on #F8FAFC
AAA
1.79:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #5F2C75;
}
.text-color {
color: #5F2C75;
}
.border-color {
border: 2px solid #5F2C75;
}