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