#cc5dfe
a light, electric violet · warm · closest name: violet
RGB
204, 93, 254
HSL
281°, 99%, 68%
CMYK
20, 63, 0, 0
Luminance
0.2782
Every format
| HEX | #cc5dfe |
| RGB | rgb(204, 93, 254) |
| HSL | hsl(281, 99%, 68%) |
| CMYK | cmyk(20%, 63%, 0%, 0%) |
| LAB | lab(59.7 68.1 -61.6) |
| LCH | lch(59.7 91.9 317.9) |
| OKLCH | oklch(0.682 0.239 313.6) |
Copy-ready code
/* CSS */
color: #cc5dfe;
background-color: #cc5dfe;
/* Tailwind (arbitrary) */
class="text-[#cc5dfe] bg-[#cc5dfe]"
/* SCSS */
$brand: #cc5dfe;
/* SwiftUI */
Color(red: 0.800, green: 0.365, blue: 0.996)
/* Android */
Color.parseColor("#cc5dfe")Accessibility — WCAG contrast
Aa
#cc5dfe on white: 3.20:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cc5dfe on black: 6.56:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green36.5%
Blue99.6%
CMYK percentages
Cyan19.7%
Magenta63.4%
Yellow0.0%
Key (black)0.4%
Color previews
#cc5dfe text on a black background
contrast 6.56:1
Card sample
#cc5dfe text on a white background
contrast 3.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cc5dfe;
Background color
Panel with #cc5dfe background
background-color: #cc5dfe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cc5dfe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 93, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 93, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cc5dfe; background: linear-gradient(135deg, #cc5dfe, #FE5DC5);