#cca2fd
a light, electric violet · warm · closest name: plum
RGB
204, 162, 253
HSL
268°, 96%, 81%
CMYK
19, 36, 0, 1
Luminance
0.4577
Every format
| HEX | #cca2fd |
| RGB | rgb(204, 162, 253) |
| HSL | hsl(268, 96%, 81%) |
| CMYK | cmyk(19%, 36%, 0%, 1%) |
| LAB | lab(73.4 32.7 -39.5) |
| LCH | lch(73.4 51.3 309.6) |
| OKLCH | oklch(0.784 0.133 304.7) |
Copy-ready code
/* CSS */
color: #cca2fd;
background-color: #cca2fd;
/* Tailwind (arbitrary) */
class="text-[#cca2fd] bg-[#cca2fd]"
/* SCSS */
$brand: #cca2fd;
/* SwiftUI */
Color(red: 0.800, green: 0.635, blue: 0.992)
/* Android */
Color.parseColor("#cca2fd")Accessibility — WCAG contrast
Aa
#cca2fd on white: 2.07:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cca2fd on black: 10.15:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green63.5%
Blue99.2%
CMYK percentages
Cyan19.4%
Magenta36.0%
Yellow0.0%
Key (black)0.8%
Color previews
#cca2fd text on a black background
contrast 10.15:1
Card sample
#cca2fd text on a white background
contrast 2.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cca2fd;
Background color
Panel with #cca2fd background
background-color: #cca2fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cca2fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 162, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 162, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cca2fd; background: linear-gradient(135deg, #cca2fd, #FDA2F1);