#5F2C6D
A dark, moderate magenta closely aligning with Darkslateblue.
About #5F2C6D
At its core, #5F2C6D is a dark and moderate hue. If you're using CSS, you might find it aligns closely with Darkslateblue. In the RGB color space, it consists of 95 red, 44 green, and 109 blue.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). To reproduce this shade on paper, a printer utilizes 13% cyan and 60% magenta inks. With a hue angle of 287.1 degrees, it sits comfortably in the magenta spectrum.
From a UX and accessibility standpoint, contrast is paramount. 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#5F2C6D
RGB95, 44, 109
HSL287.1°, 42.5%, 30.0%
CMYK13%, 60%, 0%, 57%
HSV287.1°, 59.6%, 42.7%
LAB27.7, 34.3, -28.1
XYZ8.4, 5.3, 15.1
Decimal6237293
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
10.16:1
Text on #FFFFFF
AAA
2.07:1
Text on #000000
FAIL
9.71:1
Text on #F8FAFC
AAA
1.76:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #5F2C6D;
}
.text-color {
color: #5F2C6D;
}
.border-color {
border: 2px solid #5F2C6D;
}