#ceace9
a light, vivid violet · warm · closest name: plum
RGB
206, 172, 233
HSL
273°, 58%, 79%
CMYK
12, 26, 0, 9
Luminance
0.4851
Every format
| HEX | #ceace9 |
| RGB | rgb(206, 172, 233) |
| HSL | hsl(273, 58%, 79%) |
| CMYK | cmyk(12%, 26%, 0%, 9%) |
| LAB | lab(75.2 23.6 -25.9) |
| LCH | lch(75.2 35.0 312.2) |
| OKLCH | oklch(0.795 0.092 309.7) |
Copy-ready code
/* CSS */
color: #ceace9;
background-color: #ceace9;
/* Tailwind (arbitrary) */
class="text-[#ceace9] bg-[#ceace9]"
/* SCSS */
$brand: #ceace9;
/* SwiftUI */
Color(red: 0.808, green: 0.675, blue: 0.914)
/* Android */
Color.parseColor("#ceace9")Accessibility — WCAG contrast
Aa
#ceace9 on white: 1.96:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ceace9 on black: 10.70:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green67.5%
Blue91.4%
CMYK percentages
Cyan11.6%
Magenta26.2%
Yellow0.0%
Key (black)8.6%
Color previews
#ceace9 text on a black background
contrast 10.70:1
Card sample
#ceace9 text on a white background
contrast 1.96:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ceace9;
Background color
Panel with #ceace9 background
background-color: #ceace9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ceace9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 172, 233, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 172, 233, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ceace9; background: linear-gradient(135deg, #ceace9, #E9ACDB);