#ccaef9
a light, electric violet · warm · closest name: plum
RGB
204, 174, 249
HSL
264°, 86%, 83%
CMYK
18, 30, 0, 2
Luminance
0.4995
Every format
| HEX | #ccaef9 |
| RGB | rgb(204, 174, 249) |
| HSL | hsl(264, 86%, 83%) |
| CMYK | cmyk(18%, 30%, 0%, 2%) |
| LAB | lab(76.0 25.3 -33.3) |
| LCH | lch(76.0 41.8 307.2) |
| OKLCH | oklch(0.803 0.108 302.4) |
Copy-ready code
/* CSS */
color: #ccaef9;
background-color: #ccaef9;
/* Tailwind (arbitrary) */
class="text-[#ccaef9] bg-[#ccaef9]"
/* SCSS */
$brand: #ccaef9;
/* SwiftUI */
Color(red: 0.800, green: 0.682, blue: 0.976)
/* Android */
Color.parseColor("#ccaef9")Accessibility — WCAG contrast
Aa
#ccaef9 on white: 1.91:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ccaef9 on black: 10.99:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green68.2%
Blue97.6%
CMYK percentages
Cyan18.1%
Magenta30.1%
Yellow0.0%
Key (black)2.4%
Color previews
#ccaef9 text on a black background
contrast 10.99:1
Card sample
#ccaef9 text on a white background
contrast 1.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ccaef9;
Background color
Panel with #ccaef9 background
background-color: #ccaef9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ccaef9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 174, 249, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 174, 249, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ccaef9; background: linear-gradient(135deg, #ccaef9, #F9AEF4);