#5F3AF8
A light, vivid blue closely aligning with Blueviolet.
About #5F3AF8
At its core, #5F3AF8 is a light and vivid hue. It is closely associated with the named CSS color Blueviolet. In the RGB color space, it consists of 95 red, 58 green, and 248 blue.
If you are designing for print, the four-color process is what matters most. The color uses 62% Cyan, 77% Magenta, 0% Yellow, and 3% Black. With a hue angle of 251.7 degrees, it sits comfortably in the blue spectrum.
When using this color as a background, text legibility must be considered. Mathematical luminance calculations suggest that #FFFFFF text provides the most optimal reading experience. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#5F3AF8
RGB95, 58, 248
HSL251.7°, 93.1%, 60.0%
CMYK62%, 77%, 0%, 3%
HSV251.7°, 76.6%, 97.3%
LAB41.6, 64.1, -88.4
XYZ23.2, 12.2, 89.9
Decimal6241016
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
6.09:1
Text on #FFFFFF
AA
3.45:1
Text on #000000
AA Large
5.82:1
Text on #F8FAFC
AA
2.93:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #5F3AF8;
}
.text-color {
color: #5F3AF8;
}
.border-color {
border: 2px solid #5F3AF8;
}