#5033E2
A medium, vivid blue closely aligning with Blueviolet.
About #5033E2
Visually, #5033E2 is defined as a vivid blue. Designers often compare it to the standard color Blueviolet. This translates to an RGB value of rgb(80, 51, 226).
When sending designs containing this color to a printer, the CMYK values come into play. This specific hue requires a mix of 65% C, 77% M, 0% Y, and 11% K. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #FFFFFF typography is the safest choice. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#5033E2
RGB80, 51, 226
HSL249.9°, 75.1%, 54.3%
CMYK65%, 77%, 0%, 11%
HSV249.9°, 77.4%, 88.6%
LAB37.0, 59.6, -83.5
XYZ18.2, 9.6, 72.8
Decimal5256162
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
7.21:1
Text on #FFFFFF
AAA
2.91:1
Text on #000000
FAIL
6.89:1
Text on #F8FAFC
AA
2.48:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #5033E2;
}
.text-color {
color: #5033E2;
}
.border-color {
border: 2px solid #5033E2;
}