#cc7cf7
a light, electric violet · warm · closest name: violet
RGB
204, 124, 247
HSL
279°, 89%, 73%
CMYK
17, 50, 0, 3
Luminance
0.3397
Every format
| HEX | #cc7cf7 |
| RGB | rgb(204, 124, 247) |
| HSL | hsl(279, 89%, 73%) |
| CMYK | cmyk(17%, 50%, 0%, 3%) |
| LAB | lab(64.9 51.8 -49.5) |
| LCH | lch(64.9 71.6 316.3) |
| OKLCH | oklch(0.719 0.188 312.6) |
Copy-ready code
/* CSS */
color: #cc7cf7;
background-color: #cc7cf7;
/* Tailwind (arbitrary) */
class="text-[#cc7cf7] bg-[#cc7cf7]"
/* SCSS */
$brand: #cc7cf7;
/* SwiftUI */
Color(red: 0.800, green: 0.486, blue: 0.969)
/* Android */
Color.parseColor("#cc7cf7")Accessibility — WCAG contrast
Aa
#cc7cf7 on white: 2.69:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cc7cf7 on black: 7.79:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green48.6%
Blue96.9%
CMYK percentages
Cyan17.4%
Magenta49.8%
Yellow0.0%
Key (black)3.1%
Color previews
#cc7cf7 text on a black background
contrast 7.79:1
Card sample
#cc7cf7 text on a white background
contrast 2.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cc7cf7;
Background color
Panel with #cc7cf7 background
background-color: #cc7cf7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cc7cf7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 124, 247, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 124, 247, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cc7cf7; background: linear-gradient(135deg, #cc7cf7, #F77CD0);