#cc9dfd
a light, electric violet · warm · closest name: plum
RGB
204, 157, 253
HSL
269°, 96%, 80%
CMYK
19, 38, 0, 1
Luminance
0.4404
Every format
| HEX | #cc9dfd |
| RGB | rgb(204, 157, 253) |
| HSL | hsl(269, 96%, 80%) |
| CMYK | cmyk(19%, 38%, 0%, 1%) |
| LAB | lab(72.3 35.4 -41.3) |
| LCH | lch(72.3 54.4 310.6) |
| OKLCH | oklch(0.775 0.141 305.9) |
Copy-ready code
/* CSS */
color: #cc9dfd;
background-color: #cc9dfd;
/* Tailwind (arbitrary) */
class="text-[#cc9dfd] bg-[#cc9dfd]"
/* SCSS */
$brand: #cc9dfd;
/* SwiftUI */
Color(red: 0.800, green: 0.616, blue: 0.992)
/* Android */
Color.parseColor("#cc9dfd")Accessibility — WCAG contrast
Aa
#cc9dfd on white: 2.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cc9dfd on black: 9.81:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green61.6%
Blue99.2%
CMYK percentages
Cyan19.4%
Magenta37.9%
Yellow0.0%
Key (black)0.8%
Color previews
#cc9dfd text on a black background
contrast 9.81:1
Card sample
#cc9dfd text on a white background
contrast 2.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cc9dfd;
Background color
Panel with #cc9dfd background
background-color: #cc9dfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cc9dfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 157, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 157, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cc9dfd; background: linear-gradient(135deg, #cc9dfd, #FD9DEE);