#cc5afd
a light, electric violet · warm · closest name: magenta
RGB
204, 90, 253
HSL
282°, 98%, 67%
CMYK
19, 64, 0, 1
Luminance
0.2724
Every format
| HEX | #cc5afd |
| RGB | rgb(204, 90, 253) |
| HSL | hsl(282, 98%, 67%) |
| CMYK | cmyk(19%, 64%, 0%, 1%) |
| LAB | lab(59.2 69.2 -62.0) |
| LCH | lch(59.2 92.9 318.2) |
| OKLCH | oklch(0.678 0.242 314.1) |
Copy-ready code
/* CSS */
color: #cc5afd;
background-color: #cc5afd;
/* Tailwind (arbitrary) */
class="text-[#cc5afd] bg-[#cc5afd]"
/* SCSS */
$brand: #cc5afd;
/* SwiftUI */
Color(red: 0.800, green: 0.353, blue: 0.992)
/* Android */
Color.parseColor("#cc5afd")Accessibility — WCAG contrast
Aa
#cc5afd on white: 3.26:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cc5afd on black: 6.45:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green35.3%
Blue99.2%
CMYK percentages
Cyan19.4%
Magenta64.4%
Yellow0.0%
Key (black)0.8%
Color previews
#cc5afd text on a black background
contrast 6.45:1
Card sample
#cc5afd text on a white background
contrast 3.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cc5afd;
Background color
Panel with #cc5afd background
background-color: #cc5afd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cc5afd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 90, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 90, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cc5afd; background: linear-gradient(135deg, #cc5afd, #FD5AC1);