#5F50F8
A light, vivid blue closely aligning with Blueviolet.
About #5F50F8
When working with digital screens, the color #5F50F8 is rendered by mixing light. Designers often compare it to the standard color Blueviolet. This translates to an RGB value of rgb(95, 80, 248).
Translating this color to physical media requires the CMYK color model. To reproduce this shade on paper, a printer utilizes 62% cyan and 68% magenta inks. The HSL representation is 245.4° hue, 92.3% saturation, and 64.3% lightness.
Ensuring your text is legible against this background is a key part of web design. To prevent eye strain, #FFFFFF text pairs best with this hex code. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#5F50F8
RGB95, 80, 248
HSL245.4°, 92.3%, 64.3%
CMYK62%, 68%, 0%, 3%
HSV245.4°, 67.7%, 97.3%
LAB45.6, 53.0, -81.8
XYZ24.5, 14.9, 90.4
Decimal6246648
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.26:1
Text on #FFFFFF
AA
3.99:1
Text on #000000
AA Large
5.03:1
Text on #F8FAFC
AA
3.39:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #5F50F8;
}
.text-color {
color: #5F50F8;
}
.border-color {
border: 2px solid #5F50F8;
}