#C57CF0
A light, vivid purple closely aligning with Violet.
About #C57CF0
When working with digital screens, the color #C57CF0 is rendered by mixing light. It is closely associated with the named CSS color Violet. In the RGB color space, it consists of 197 red, 124 green, and 240 blue.
For print applications, it's crucial to understand its CMYK makeup. The color uses 18% Cyan, 48% Magenta, 0% Yellow, and 6% Black. With a hue angle of 277.8 degrees, it sits comfortably in the purple spectrum.
From a UX and accessibility standpoint, contrast is paramount. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#C57CF0
RGB197, 124, 240
HSL277.8°, 79.5%, 71.4%
CMYK18%, 48%, 0%, 6%
HSV277.8°, 48.3%, 94.1%
LAB63.8, 48.4, -47.5
XYZ46.0, 32.6, 86.3
Decimal12942576
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.79:1
Text on #FFFFFF
FAIL
7.52:1
Text on #000000
AAA
2.67:1
Text on #F8FAFC
FAIL
6.39:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #C57CF0;
}
.text-color {
color: #C57CF0;
}
.border-color {
border: 2px solid #C57CF0;
}