#5F1DE9
A medium, vivid purple closely aligning with Mediumblue.
About #5F1DE9
Visually, #5F1DE9 is defined as a vivid purple. If you're using CSS, you might find it aligns closely with Mediumblue. This translates to an RGB value of rgb(95, 29, 233).
When sending designs containing this color to a printer, the CMYK values come into play. This specific hue requires a mix of 59% C, 88% M, 0% Y, and 9% K. With a hue angle of 259.4 degrees, it sits comfortably in the purple spectrum.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. Because it is a medium color, it is generally recommended to use #FFFFFF text. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#5F1DE9
RGB95, 29, 233
HSL259.4°, 82.3%, 51.4%
CMYK59%, 88%, 0%, 9%
HSV259.4°, 87.6%, 91.4%
LAB36.4, 71.1, -88.5
XYZ19.9, 9.2, 77.8
Decimal6233577
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
7.40:1
Text on #FFFFFF
AAA
2.84:1
Text on #000000
FAIL
7.07:1
Text on #F8FAFC
AAA
2.41:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #5F1DE9;
}
.text-color {
color: #5F1DE9;
}
.border-color {
border: 2px solid #5F1DE9;
}