#5F1D83
A dark, moderate purple closely aligning with Rebeccapurple.
About #5F1D83
The precise color #5F1D83 is an excellent choice for modern design projects. It is closely associated with the named CSS color Rebeccapurple. This translates to an RGB value of rgb(95, 29, 131).
Translating this color to physical media requires the CMYK color model. Its ink density profile breaks down to 27% cyan, 78% magenta, 0% yellow, and 49% black. The HSL representation is 278.8° hue, 63.7% saturation, and 31.4% lightness.
When using this color as a background, text legibility must be considered. To prevent eye strain, #FFFFFF text pairs best with this hex code. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#5F1D83
RGB95, 29, 131
HSL278.8°, 63.7%, 31.4%
CMYK27%, 78%, 0%, 49%
HSV278.8°, 77.9%, 51.4%
LAB26.6, 46.4, -43.8
XYZ9.3, 5.0, 21.9
Decimal6233475
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
10.55:1
Text on #FFFFFF
AAA
1.99:1
Text on #000000
FAIL
10.09:1
Text on #F8FAFC
AAA
1.69:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #5F1D83;
}
.text-color {
color: #5F1D83;
}
.border-color {
border: 2px solid #5F1D83;
}