#ceace2
a light, vivid violet · warm · closest name: plum
RGB
206, 172, 226
HSL
278°, 48%, 78%
CMYK
9, 24, 0, 11
Luminance
0.4812
Every format
| HEX | #ceace2 |
| RGB | rgb(206, 172, 226) |
| HSL | hsl(278, 48%, 78%) |
| CMYK | cmyk(9%, 24%, 0%, 11%) |
| LAB | lab(74.9 22.1 -22.5) |
| LCH | lch(74.9 31.6 314.5) |
| OKLCH | oklch(0.792 0.083 312.8) |
Copy-ready code
/* CSS */
color: #ceace2;
background-color: #ceace2;
/* Tailwind (arbitrary) */
class="text-[#ceace2] bg-[#ceace2]"
/* SCSS */
$brand: #ceace2;
/* SwiftUI */
Color(red: 0.808, green: 0.675, blue: 0.886)
/* Android */
Color.parseColor("#ceace2")Accessibility — WCAG contrast
Aa
#ceace2 on white: 1.98:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ceace2 on black: 10.62:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green67.5%
Blue88.6%
CMYK percentages
Cyan8.8%
Magenta23.9%
Yellow0.0%
Key (black)11.4%
Color previews
#ceace2 text on a black background
contrast 10.62:1
Card sample
#ceace2 text on a white background
contrast 1.98:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ceace2;
Background color
Panel with #ceace2 background
background-color: #ceace2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ceace2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 172, 226, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 172, 226, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ceace2; background: linear-gradient(135deg, #ceace2, #E2ACD2);