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