#ccaef2
a light, vivid violet · warm · closest name: plum
RGB
204, 174, 242
HSL
267°, 72%, 82%
CMYK
16, 28, 0, 5
Luminance
0.4952
Every format
| HEX | #ccaef2 |
| RGB | rgb(204, 174, 242) |
| HSL | hsl(267, 72%, 82%) |
| CMYK | cmyk(16%, 28%, 0%, 5%) |
| LAB | lab(75.8 23.7 -29.9) |
| LCH | lch(75.8 38.2 308.5) |
| OKLCH | oklch(0.800 0.099 304.4) |
Copy-ready code
/* CSS */
color: #ccaef2;
background-color: #ccaef2;
/* Tailwind (arbitrary) */
class="text-[#ccaef2] bg-[#ccaef2]"
/* SCSS */
$brand: #ccaef2;
/* SwiftUI */
Color(red: 0.800, green: 0.682, blue: 0.949)
/* Android */
Color.parseColor("#ccaef2")Accessibility — WCAG contrast
Aa
#ccaef2 on white: 1.93:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ccaef2 on black: 10.90:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green68.2%
Blue94.9%
CMYK percentages
Cyan15.7%
Magenta28.1%
Yellow0.0%
Key (black)5.1%
Color previews
#ccaef2 text on a black background
contrast 10.90:1
Card sample
#ccaef2 text on a white background
contrast 1.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ccaef2;
Background color
Panel with #ccaef2 background
background-color: #ccaef2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ccaef2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 174, 242, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 174, 242, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ccaef2; background: linear-gradient(135deg, #ccaef2, #F2AEEB);