#5F3AA0
A medium, moderate purple closely aligning with Rebeccapurple.
About #5F3AA0
The hex code #5F3AA0 represents a beautifully specific shade of purple. Designers often compare it to the standard color Rebeccapurple. This translates to an RGB value of rgb(95, 58, 160).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). The color uses 41% Cyan, 64% Magenta, 0% Yellow, and 37% Black. With a hue angle of 261.8 degrees, it sits comfortably in the purple spectrum.
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. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#5F3AA0
RGB95, 58, 160
HSL261.8°, 46.8%, 42.7%
CMYK41%, 64%, 0%, 37%
HSV261.8°, 63.8%, 62.7%
LAB34.0, 39.4, -49.7
XYZ12.6, 8.0, 34.1
Decimal6240928
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
8.08:1
Text on #FFFFFF
AAA
2.60:1
Text on #000000
FAIL
7.72:1
Text on #F8FAFC
AAA
2.21:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #5F3AA0;
}
.text-color {
color: #5F3AA0;
}
.border-color {
border: 2px solid #5F3AA0;
}