#cc5df4
a light, electric violet · warm · closest name: violet
RGB
204, 93, 244
HSL
284°, 87%, 66%
CMYK
16, 62, 0, 4
Luminance
0.2720
Every format
| HEX | #cc5df4 |
| RGB | rgb(204, 93, 244) |
| HSL | hsl(284, 87%, 66%) |
| CMYK | cmyk(16%, 62%, 0%, 4%) |
| LAB | lab(59.2 66.2 -57.0) |
| LCH | lch(59.2 87.3 319.2) |
| OKLCH | oklch(0.676 0.230 316.0) |
Copy-ready code
/* CSS */
color: #cc5df4;
background-color: #cc5df4;
/* Tailwind (arbitrary) */
class="text-[#cc5df4] bg-[#cc5df4]"
/* SCSS */
$brand: #cc5df4;
/* SwiftUI */
Color(red: 0.800, green: 0.365, blue: 0.957)
/* Android */
Color.parseColor("#cc5df4")Accessibility — WCAG contrast
Aa
#cc5df4 on white: 3.26:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cc5df4 on black: 6.44:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green36.5%
Blue95.7%
CMYK percentages
Cyan16.4%
Magenta61.9%
Yellow0.0%
Key (black)4.3%
Color previews
#cc5df4 text on a black background
contrast 6.44:1
Card sample
#cc5df4 text on a white background
contrast 3.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cc5df4;
Background color
Panel with #cc5df4 background
background-color: #cc5df4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cc5df4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 93, 244, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 93, 244, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cc5df4; background: linear-gradient(135deg, #cc5df4, #F45DB7);