#502CD3
A medium, moderate blue closely aligning with Blueviolet.
About #502CD3
Visually, #502CD3 is defined as a moderate blue. It is closely associated with the named CSS color Blueviolet. This translates to an RGB value of rgb(80, 44, 211).
If you are designing for print, the four-color process is what matters most. Its ink density profile breaks down to 62% cyan, 79% magenta, 0% yellow, and 17% black. This makes it a relatively light color when applied to physical surfaces.
Contrast ratios determine whether this color is safe for typography. The calculated luminance score dictates that #FFFFFF typography is the safest choice. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#502CD3
RGB80, 44, 211
HSL252.9°, 65.5%, 50.0%
CMYK62%, 79%, 0%, 17%
HSV252.9°, 79.1%, 82.7%
LAB34.4, 58.6, -79.2
XYZ16.0, 8.2, 62.4
Decimal5254355
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
7.95:1
Text on #FFFFFF
AAA
2.64:1
Text on #000000
FAIL
7.60:1
Text on #F8FAFC
AAA
2.25:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #502CD3;
}
.text-color {
color: #502CD3;
}
.border-color {
border: 2px solid #502CD3;
}