#5F2C83
A dark, moderate purple closely aligning with Rebeccapurple.
About #5F2C83
Visually, #5F2C83 is defined as a moderate purple. Designers often compare it to the standard color Rebeccapurple. This translates to an RGB value of rgb(95, 44, 131).
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 27% cyan, 66% magenta, 0% yellow, and 49% black. Always request a physical proof before doing a large print run with this exact code.
Ensuring your text is legible against this background is a key part of web design. 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#5F2C83
RGB95, 44, 131
HSL275.2°, 49.7%, 34.3%
CMYK27%, 66%, 0%, 49%
HSV275.2°, 66.4%, 51.4%
LAB29.1, 39.4, -39.8
XYZ9.7, 5.9, 22.1
Decimal6237315
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
9.66:1
Text on #FFFFFF
AAA
2.17:1
Text on #000000
FAIL
9.23:1
Text on #F8FAFC
AAA
1.85:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #5F2C83;
}
.text-color {
color: #5F2C83;
}
.border-color {
border: 2px solid #5F2C83;
}