#502CDB
A medium, vivid blue closely aligning with Blueviolet.
About #502CDB
When working with digital screens, the color #502CDB is rendered by mixing light. Designers often compare it to the standard color Blueviolet. To achieve this exact tint on a monitor, you would use an RGB mix of 80, 44, and 219.
When sending designs containing this color to a printer, the CMYK values come into play. The color uses 63% Cyan, 80% Magenta, 0% Yellow, and 14% Black. Always request a physical proof before doing a large print run with this exact code.
From a UX and accessibility standpoint, contrast is paramount. Because it is a medium color, it is generally recommended to use #FFFFFF text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#502CDB
RGB80, 44, 219
HSL252.3°, 70.9%, 51.6%
CMYK63%, 80%, 0%, 14%
HSV252.3°, 79.9%, 85.9%
LAB35.2, 60.8, -82.4
XYZ17.0, 8.6, 67.8
Decimal5254363
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
7.71:1
Text on #FFFFFF
AAA
2.72:1
Text on #000000
FAIL
7.37:1
Text on #F8FAFC
AAA
2.32:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #502CDB;
}
.text-color {
color: #502CDB;
}
.border-color {
border: 2px solid #502CDB;
}