#ccace6
a light, vivid violet · warm · closest name: plum
RGB
204, 172, 230
HSL
273°, 54%, 79%
CMYK
11, 25, 0, 10
Luminance
0.4806
Every format
| HEX | #ccace6 |
| RGB | rgb(204, 172, 230) |
| HSL | hsl(273, 54%, 79%) |
| CMYK | cmyk(11%, 25%, 0%, 10%) |
| LAB | lab(74.9 22.3 -24.8) |
| LCH | lch(74.9 33.3 312.0) |
| OKLCH | oklch(0.792 0.087 309.5) |
Copy-ready code
/* CSS */
color: #ccace6;
background-color: #ccace6;
/* Tailwind (arbitrary) */
class="text-[#ccace6] bg-[#ccace6]"
/* SCSS */
$brand: #ccace6;
/* SwiftUI */
Color(red: 0.800, green: 0.675, blue: 0.902)
/* Android */
Color.parseColor("#ccace6")Accessibility — WCAG contrast
Aa
#ccace6 on white: 1.98:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ccace6 on black: 10.61:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green67.5%
Blue90.2%
CMYK percentages
Cyan11.3%
Magenta25.2%
Yellow0.0%
Key (black)9.8%
Color previews
#ccace6 text on a black background
contrast 10.61:1
Card sample
#ccace6 text on a white background
contrast 1.98:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ccace6;
Background color
Panel with #ccace6 background
background-color: #ccace6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ccace6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 172, 230, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 172, 230, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ccace6; background: linear-gradient(135deg, #ccace6, #E6ACD9);