#5F50FF
A light, vivid blue closely aligning with Blueviolet.
About #5F50FF
Visually, #5F50FF is defined as a vivid blue. If you're using CSS, you might find it aligns closely with Blueviolet. This translates to an RGB value of rgb(95, 80, 255).
When sending designs containing this color to a printer, the CMYK values come into play. The color uses 63% Cyan, 69% Magenta, 0% Yellow, and 0% Black. This makes it a relatively light color when applied to physical surfaces.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. To prevent eye strain, #FFFFFF text pairs best with this hex code. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#5F50FF
RGB95, 80, 255
HSL245.1°, 100.0%, 65.7%
CMYK63%, 69%, 0%, 0%
HSV245.1°, 68.6%, 100.0%
LAB46.2, 55.1, -84.8
XYZ25.6, 15.4, 96.2
Decimal6246655
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.15:1
Text on #FFFFFF
AA
4.08:1
Text on #000000
AA Large
4.92:1
Text on #F8FAFC
AA
3.47:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #5F50FF;
}
.text-color {
color: #5F50FF;
}
.border-color {
border: 2px solid #5F50FF;
}