#ccaeee
a light, vivid violet · warm · closest name: plum
RGB
204, 174, 238
HSL
268°, 65%, 81%
CMYK
14, 27, 0, 7
Luminance
0.4928
Every format
| HEX | #ccaeee |
| RGB | rgb(204, 174, 238) |
| HSL | hsl(268, 65%, 81%) |
| CMYK | cmyk(14%, 27%, 0%, 7%) |
| LAB | lab(75.6 22.9 -27.9) |
| LCH | lch(75.6 36.1 309.3) |
| OKLCH | oklch(0.799 0.094 305.7) |
Copy-ready code
/* CSS */
color: #ccaeee;
background-color: #ccaeee;
/* Tailwind (arbitrary) */
class="text-[#ccaeee] bg-[#ccaeee]"
/* SCSS */
$brand: #ccaeee;
/* SwiftUI */
Color(red: 0.800, green: 0.682, blue: 0.933)
/* Android */
Color.parseColor("#ccaeee")Accessibility — WCAG contrast
Aa
#ccaeee on white: 1.93:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ccaeee on black: 10.86:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green68.2%
Blue93.3%
CMYK percentages
Cyan14.3%
Magenta26.9%
Yellow0.0%
Key (black)6.7%
Color previews
#ccaeee text on a black background
contrast 10.86:1
Card sample
#ccaeee text on a white background
contrast 1.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ccaeee;
Background color
Panel with #ccaeee background
background-color: #ccaeee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ccaeee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 174, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 174, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ccaeee; background: linear-gradient(135deg, #ccaeee, #EEAEE5);