#5F1DB6
A medium, vivid purple closely aligning with Darkorchid.
About #5F1DB6
The precise color #5F1DB6 is an excellent choice for modern design projects. If you're using CSS, you might find it aligns closely with Darkorchid. This translates to an RGB value of rgb(95, 29, 182).
When sending designs containing this color to a printer, the CMYK values come into play. The color uses 48% Cyan, 84% Magenta, 0% Yellow, and 29% Black. The HSL representation is 265.9° hue, 72.5% saturation, and 41.4% lightness.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #FFFFFF typography is the safest choice. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#5F1DB6
RGB95, 29, 182
HSL265.9°, 72.5%, 41.4%
CMYK48%, 84%, 0%, 29%
HSV265.9°, 84.1%, 71.4%
LAB31.1, 58.6, -67.6
XYZ13.6, 6.7, 44.8
Decimal6233526
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
8.98:1
Text on #FFFFFF
AAA
2.34:1
Text on #000000
FAIL
8.59:1
Text on #F8FAFC
AAA
1.99:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #5F1DB6;
}
.text-color {
color: #5F1DB6;
}
.border-color {
border: 2px solid #5F1DB6;
}