#5F49E9
A light, vivid blue closely aligning with Blueviolet.
About #5F49E9
When working with digital screens, the color #5F49E9 is rendered by mixing light. It is closely associated with the named CSS color Blueviolet. To achieve this exact tint on a monitor, you would use an RGB mix of 95, 73, and 233.
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 59% C, 69% M, 0% Y, and 9% K. The HSL representation is 248.2° hue, 78.4% saturation, and 60.0% lightness.
From a UX and accessibility standpoint, contrast is paramount. Mathematical luminance calculations suggest that #FFFFFF text provides the most optimal reading experience. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#5F49E9
RGB95, 73, 233
HSL248.2°, 78.4%, 60.0%
CMYK59%, 69%, 0%, 9%
HSV248.2°, 68.7%, 91.4%
LAB42.9, 52.3, -77.8
XYZ21.8, 13.1, 78.5
Decimal6244841
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.81:1
Text on #FFFFFF
AA
3.62:1
Text on #000000
AA Large
5.55:1
Text on #F8FAFC
AA
3.07:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #5F49E9;
}
.text-color {
color: #5F49E9;
}
.border-color {
border: 2px solid #5F49E9;
}