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