#C53AFF
A light, vivid purple closely aligning with Darkviolet.
About #C53AFF
The hex code #C53AFF represents a beautifully specific shade of purple. If you're using CSS, you might find it aligns closely with Darkviolet. This translates to an RGB value of rgb(197, 58, 255).
When sending designs containing this color to a printer, the CMYK values come into play. The color uses 23% Cyan, 77% Magenta, 0% Yellow, and 0% Black. The HSL representation is 282.3° hue, 100.0% saturation, and 61.4% lightness.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #000000 text pairs best with this hex code. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#C53AFF
RGB197, 58, 255
HSL282.3°, 100.0%, 61.4%
CMYK23%, 77%, 0%, 0%
HSV282.3°, 77.3%, 100.0%
LAB54.2, 80.2, -71.2
XYZ42.6, 22.1, 96.6
Decimal12925695
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.87:1
Text on #FFFFFF
AA Large
5.42:1
Text on #000000
AA
3.70:1
Text on #F8FAFC
AA Large
4.61:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #C53AFF;
}
.text-color {
color: #C53AFF;
}
.border-color {
border: 2px solid #C53AFF;
}