#cc7cf4
a light, electric violet · warm · closest name: violet
RGB
204, 124, 244
HSL
280°, 85%, 72%
CMYK
16, 49, 0, 4
Luminance
0.3378
Every format
| HEX | #cc7cf4 |
| RGB | rgb(204, 124, 244) |
| HSL | hsl(280, 85%, 72%) |
| CMYK | cmyk(16%, 49%, 0%, 4%) |
| LAB | lab(64.8 51.1 -48.1) |
| LCH | lch(64.8 70.2 316.8) |
| OKLCH | oklch(0.718 0.184 313.4) |
Copy-ready code
/* CSS */
color: #cc7cf4;
background-color: #cc7cf4;
/* Tailwind (arbitrary) */
class="text-[#cc7cf4] bg-[#cc7cf4]"
/* SCSS */
$brand: #cc7cf4;
/* SwiftUI */
Color(red: 0.800, green: 0.486, blue: 0.957)
/* Android */
Color.parseColor("#cc7cf4")Accessibility — WCAG contrast
Aa
#cc7cf4 on white: 2.71:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cc7cf4 on black: 7.76:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green48.6%
Blue95.7%
CMYK percentages
Cyan16.4%
Magenta49.2%
Yellow0.0%
Key (black)4.3%
Color previews
#cc7cf4 text on a black background
contrast 7.76:1
Card sample
#cc7cf4 text on a white background
contrast 2.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cc7cf4;
Background color
Panel with #cc7cf4 background
background-color: #cc7cf4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cc7cf4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 124, 244, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 124, 244, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cc7cf4; background: linear-gradient(135deg, #cc7cf4, #F47CCC);