#5F3A92
A medium, moderate purple closely aligning with Rebeccapurple.
About #5F3A92
At its core, #5F3A92 is a medium and moderate hue. If you're using CSS, you might find it aligns closely with Rebeccapurple. This translates to an RGB value of rgb(95, 58, 146).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). The color uses 35% Cyan, 60% Magenta, 0% Yellow, and 43% Black. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #FFFFFF typography is the safest choice. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#5F3A92
RGB95, 58, 146
HSL265.2°, 43.1%, 40.0%
CMYK35%, 60%, 0%, 43%
HSV265.2°, 60.3%, 57.3%
LAB33.0, 35.6, -42.8
XYZ11.4, 7.5, 28.0
Decimal6240914
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
8.38:1
Text on #FFFFFF
AAA
2.51:1
Text on #000000
FAIL
8.01:1
Text on #F8FAFC
AAA
2.13:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #5F3A92;
}
.text-color {
color: #5F3A92;
}
.border-color {
border: 2px solid #5F3A92;
}