#5F2492
A dark, moderate purple closely aligning with Rebeccapurple.
About #5F2492
Visually, #5F2492 is defined as a moderate purple. If you're using CSS, you might find it aligns closely with Rebeccapurple. To achieve this exact tint on a monitor, you would use an RGB mix of 95, 36, and 146.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). The color uses 35% Cyan, 75% Magenta, 0% Yellow, and 43% Black. This makes it a relatively light color when applied to physical surfaces.
When using this color as a background, text legibility must be considered. Because it is a dark color, it is generally recommended to use #FFFFFF text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#5F2492
RGB95, 36, 146
HSL272.2°, 60.4%, 35.7%
CMYK35%, 75%, 0%, 43%
HSV272.2°, 75.3%, 57.3%
LAB28.8, 47.0, -49.5
XYZ10.5, 5.8, 27.8
Decimal6235282
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
9.75:1
Text on #FFFFFF
AAA
2.15:1
Text on #000000
FAIL
9.32:1
Text on #F8FAFC
AAA
1.83:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #5F2492;
}
.text-color {
color: #5F2492;
}
.border-color {
border: 2px solid #5F2492;
}