#cc7cfb
a light, electric violet · warm · closest name: violet
RGB
204, 124, 251
HSL
278°, 94%, 74%
CMYK
19, 51, 0, 2
Luminance
0.3422
Every format
| HEX | #cc7cfb |
| RGB | rgb(204, 124, 251) |
| HSL | hsl(278, 94%, 74%) |
| CMYK | cmyk(19%, 51%, 0%, 2%) |
| LAB | lab(65.1 52.6 -51.4) |
| LCH | lch(65.1 73.5 315.7) |
| OKLCH | oklch(0.721 0.192 311.6) |
Copy-ready code
/* CSS */
color: #cc7cfb;
background-color: #cc7cfb;
/* Tailwind (arbitrary) */
class="text-[#cc7cfb] bg-[#cc7cfb]"
/* SCSS */
$brand: #cc7cfb;
/* SwiftUI */
Color(red: 0.800, green: 0.486, blue: 0.984)
/* Android */
Color.parseColor("#cc7cfb")Accessibility — WCAG contrast
Aa
#cc7cfb on white: 2.68:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cc7cfb on black: 7.84:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green48.6%
Blue98.4%
CMYK percentages
Cyan18.7%
Magenta50.6%
Yellow0.0%
Key (black)1.6%
Color previews
#cc7cfb text on a black background
contrast 7.84:1
Card sample
#cc7cfb text on a white background
contrast 2.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cc7cfb;
Background color
Panel with #cc7cfb background
background-color: #cc7cfb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cc7cfb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 124, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 124, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cc7cfb; background: linear-gradient(135deg, #cc7cfb, #FB7CD5);