#5F33C5
A medium, moderate purple closely aligning with Darkorchid.
About #5F33C5
At its core, #5F33C5 is a medium and moderate hue. Its closest recognized web color is Darkorchid. To achieve this exact tint on a monitor, you would use an RGB mix of 95, 51, and 197.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). Its ink density profile breaks down to 52% cyan, 74% magenta, 0% yellow, and 23% black. The HSL representation is 258.1° hue, 58.9% saturation, and 48.6% lightness.
From a UX and accessibility standpoint, contrast is paramount. 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#5F33C5
RGB95, 51, 197
HSL258.1°, 58.9%, 48.6%
CMYK52%, 74%, 0%, 23%
HSV258.1°, 74.1%, 77.3%
LAB35.7, 53.3, -68.9
XYZ16.0, 8.8, 53.7
Decimal6239173
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
7.59:1
Text on #FFFFFF
AAA
2.77:1
Text on #000000
FAIL
7.26:1
Text on #F8FAFC
AAA
2.35:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #5F33C5;
}
.text-color {
color: #5F33C5;
}
.border-color {
border: 2px solid #5F33C5;
}