#5F33E2
A medium, vivid purple closely aligning with Blueviolet.
About #5F33E2
Visually, #5F33E2 is defined as a vivid purple. Its closest recognized web color is Blueviolet. In the RGB color space, it consists of 95 red, 51 green, and 226 blue.
Translating this color to physical media requires the CMYK color model. Its ink density profile breaks down to 58% cyan, 77% magenta, 0% yellow, and 11% 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. The calculated luminance score dictates that #FFFFFF typography is the safest choice. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#5F33E2
RGB95, 51, 226
HSL255.1°, 75.1%, 54.3%
CMYK58%, 77%, 0%, 11%
HSV255.1°, 77.4%, 88.6%
LAB38.4, 61.2, -81.2
XYZ19.6, 10.3, 72.9
Decimal6239202
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
6.87:1
Text on #FFFFFF
AA
3.06:1
Text on #000000
AA Large
6.56:1
Text on #F8FAFC
AA
2.60:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #5F33E2;
}
.text-color {
color: #5F33E2;
}
.border-color {
border: 2px solid #5F33E2;
}