#cc7dfe
a light, electric violet · warm · closest name: violet
RGB
204, 125, 254
HSL
277°, 99%, 74%
CMYK
20, 51, 0, 0
Luminance
0.3466
Every format
| HEX | #cc7dfe |
| RGB | rgb(204, 125, 254) |
| HSL | hsl(277, 99%, 74%) |
| CMYK | cmyk(20%, 51%, 0%, 0%) |
| LAB | lab(65.5 52.7 -52.5) |
| LCH | lch(65.5 74.4 315.1) |
| OKLCH | oklch(0.724 0.194 310.7) |
Copy-ready code
/* CSS */
color: #cc7dfe;
background-color: #cc7dfe;
/* Tailwind (arbitrary) */
class="text-[#cc7dfe] bg-[#cc7dfe]"
/* SCSS */
$brand: #cc7dfe;
/* SwiftUI */
Color(red: 0.800, green: 0.490, blue: 0.996)
/* Android */
Color.parseColor("#cc7dfe")Accessibility — WCAG contrast
Aa
#cc7dfe on white: 2.65:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cc7dfe on black: 7.93:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green49.0%
Blue99.6%
CMYK percentages
Cyan19.7%
Magenta50.8%
Yellow0.0%
Key (black)0.4%
Color previews
#cc7dfe text on a black background
contrast 7.93:1
Card sample
#cc7dfe text on a white background
contrast 2.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cc7dfe;
Background color
Panel with #cc7dfe background
background-color: #cc7dfe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cc7dfe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 125, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 125, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cc7dfe; background: linear-gradient(135deg, #cc7dfe, #FE7DDA);