#CC7CF0
A light, vivid purple closely aligning with Violet.
About #CC7CF0
When working with digital screens, the color #CC7CF0 is rendered by mixing light. If you're using CSS, you might find it aligns closely with Violet. In the RGB color space, it consists of 204 red, 124 green, and 240 blue.
Translating this color to physical media requires the CMYK color model. To reproduce this shade on paper, a printer utilizes 15% cyan and 48% magenta inks. With a hue angle of 281.4 degrees, it sits comfortably in the purple spectrum.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. To prevent eye strain, #000000 text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#CC7CF0
RGB204, 124, 240
HSL281.4°, 79.5%, 71.4%
CMYK15%, 48%, 0%, 6%
HSV281.4°, 48.3%, 94.1%
LAB64.6, 50.3, -46.2
XYZ47.8, 33.5, 86.4
Decimal13401328
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.72:1
Text on #FFFFFF
FAIL
7.71:1
Text on #000000
AAA
2.60:1
Text on #F8FAFC
FAIL
6.55:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #CC7CF0;
}
.text-color {
color: #CC7CF0;
}
.border-color {
border: 2px solid #CC7CF0;
}