#cc7af7
a light, electric violet · warm · closest name: violet
RGB
204, 122, 247
HSL
279°, 89%, 72%
CMYK
17, 51, 0, 3
Luminance
0.3347
Every format
| HEX | #cc7af7 |
| RGB | rgb(204, 122, 247) |
| HSL | hsl(279, 89%, 72%) |
| CMYK | cmyk(17%, 51%, 0%, 3%) |
| LAB | lab(64.5 52.8 -50.1) |
| LCH | lch(64.5 72.8 316.5) |
| OKLCH | oklch(0.716 0.191 312.8) |
Copy-ready code
/* CSS */
color: #cc7af7;
background-color: #cc7af7;
/* Tailwind (arbitrary) */
class="text-[#cc7af7] bg-[#cc7af7]"
/* SCSS */
$brand: #cc7af7;
/* SwiftUI */
Color(red: 0.800, green: 0.478, blue: 0.969)
/* Android */
Color.parseColor("#cc7af7")Accessibility — WCAG contrast
Aa
#cc7af7 on white: 2.73:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cc7af7 on black: 7.69:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green47.8%
Blue96.9%
CMYK percentages
Cyan17.4%
Magenta50.6%
Yellow0.0%
Key (black)3.1%
Color previews
#cc7af7 text on a black background
contrast 7.69:1
Card sample
#cc7af7 text on a white background
contrast 2.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cc7af7;
Background color
Panel with #cc7af7 background
background-color: #cc7af7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cc7af7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 122, 247, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 122, 247, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cc7af7; background: linear-gradient(135deg, #cc7af7, #F77ACF);