#C542F8
A light, vivid purple closely aligning with Darkviolet.
About #C542F8
When working with digital screens, the color #C542F8 is rendered by mixing light. Its closest recognized web color is Darkviolet. In the RGB color space, it consists of 197 red, 66 green, and 248 blue.
If you are designing for print, the four-color process is what matters most. To reproduce this shade on paper, a printer utilizes 21% cyan and 73% magenta inks. With a hue angle of 283.2 degrees, it sits comfortably in the purple spectrum.
Contrast ratios determine whether this color is safe for typography. Because it is a light color, it is generally recommended to use #000000 text. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#C542F8
RGB197, 66, 248
HSL283.2°, 92.9%, 61.6%
CMYK21%, 73%, 0%, 3%
HSV283.2°, 73.4%, 97.3%
LAB54.6, 76.3, -66.6
XYZ41.9, 22.5, 90.9
Decimal12927736
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.81:1
Text on #FFFFFF
AA Large
5.51:1
Text on #000000
AA
3.64:1
Text on #F8FAFC
AA Large
4.68:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #C542F8;
}
.text-color {
color: #C542F8;
}
.border-color {
border: 2px solid #C542F8;
}