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