#5F2CDB
A medium, vivid purple closely aligning with Blueviolet.
About #5F2CDB
When working with digital screens, the color #5F2CDB is rendered by mixing light. Designers often compare it to the standard color Blueviolet. This translates to an RGB value of rgb(95, 44, 219).
When sending designs containing this color to a printer, the CMYK values come into play. The color uses 57% Cyan, 80% Magenta, 0% Yellow, and 14% Black. With a hue angle of 257.5 degrees, it sits comfortably in the purple spectrum.
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#5F2CDB
RGB95, 44, 219
HSL257.5°, 70.9%, 51.6%
CMYK57%, 80%, 0%, 14%
HSV257.5°, 79.9%, 85.9%
LAB36.6, 62.3, -80.1
XYZ18.4, 9.3, 67.9
Decimal6237403
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
7.32:1
Text on #FFFFFF
AAA
2.87:1
Text on #000000
FAIL
6.99:1
Text on #F8FAFC
AA
2.44:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #5F2CDB;
}
.text-color {
color: #5F2CDB;
}
.border-color {
border: 2px solid #5F2CDB;
}