#5F2499
A dark, moderate purple closely aligning with Rebeccapurple.
About #5F2499
Visually, #5F2499 is defined as a moderate purple. Designers often compare it to the standard color Rebeccapurple. This translates to an RGB value of rgb(95, 36, 153).
For print applications, it's crucial to understand its CMYK makeup. To reproduce this shade on paper, a printer utilizes 38% cyan and 76% magenta inks. The HSL representation is 270.3° hue, 61.9% saturation, and 37.1% lightness.
From a UX and accessibility standpoint, contrast is paramount. Mathematical luminance calculations suggest that #FFFFFF text provides the most optimal reading experience. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#5F2499
RGB95, 36, 153
HSL270.3°, 61.9%, 37.1%
CMYK38%, 76%, 0%, 40%
HSV270.3°, 76.5%, 60.0%
LAB29.4, 48.7, -52.9
XYZ11.1, 6.0, 30.7
Decimal6235289
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
9.55:1
Text on #FFFFFF
AAA
2.20:1
Text on #000000
FAIL
9.13:1
Text on #F8FAFC
AAA
1.87:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #5F2499;
}
.text-color {
color: #5F2499;
}
.border-color {
border: 2px solid #5F2499;
}