#ccace3
a light, vivid violet · warm · closest name: plum
RGB
204, 172, 227
HSL
275°, 50%, 78%
CMYK
10, 24, 0, 11
Luminance
0.4789
Every format
| HEX | #ccace3 |
| RGB | rgb(204, 172, 227) |
| HSL | hsl(275, 50%, 78%) |
| CMYK | cmyk(10%, 24%, 0%, 11%) |
| LAB | lab(74.8 21.7 -23.3) |
| LCH | lch(74.8 31.8 313.0) |
| OKLCH | oklch(0.791 0.084 310.8) |
Copy-ready code
/* CSS */
color: #ccace3;
background-color: #ccace3;
/* Tailwind (arbitrary) */
class="text-[#ccace3] bg-[#ccace3]"
/* SCSS */
$brand: #ccace3;
/* SwiftUI */
Color(red: 0.800, green: 0.675, blue: 0.890)
/* Android */
Color.parseColor("#ccace3")Accessibility — WCAG contrast
Aa
#ccace3 on white: 1.99:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ccace3 on black: 10.58:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green67.5%
Blue89.0%
CMYK percentages
Cyan10.1%
Magenta24.2%
Yellow0.0%
Key (black)11.0%
Color previews
#ccace3 text on a black background
contrast 10.58:1
Card sample
#ccace3 text on a white background
contrast 1.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ccace3;
Background color
Panel with #ccace3 background
background-color: #ccace3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ccace3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 172, 227, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 172, 227, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ccace3; background: linear-gradient(135deg, #ccace3, #E3ACD5);