#ceace5
a light, vivid violet · warm · closest name: plum
RGB
206, 172, 229
HSL
276°, 52%, 79%
CMYK
10, 25, 0, 10
Luminance
0.4828
Every format
| HEX | #ceace5 |
| RGB | rgb(206, 172, 229) |
| HSL | hsl(276, 52%, 79%) |
| CMYK | cmyk(10%, 25%, 0%, 10%) |
| LAB | lab(75.0 22.7 -24.0) |
| LCH | lch(75.0 33.1 313.5) |
| OKLCH | oklch(0.793 0.087 311.4) |
Copy-ready code
/* CSS */
color: #ceace5;
background-color: #ceace5;
/* Tailwind (arbitrary) */
class="text-[#ceace5] bg-[#ceace5]"
/* SCSS */
$brand: #ceace5;
/* SwiftUI */
Color(red: 0.808, green: 0.675, blue: 0.898)
/* Android */
Color.parseColor("#ceace5")Accessibility — WCAG contrast
Aa
#ceace5 on white: 1.97:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ceace5 on black: 10.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green67.5%
Blue89.8%
CMYK percentages
Cyan10.0%
Magenta24.9%
Yellow0.0%
Key (black)10.2%
Color previews
#ceace5 text on a black background
contrast 10.66:1
Card sample
#ceace5 text on a white background
contrast 1.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ceace5;
Background color
Panel with #ceace5 background
background-color: #ceace5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ceace5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 172, 229, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 172, 229, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ceace5; background: linear-gradient(135deg, #ceace5, #E5ACD6);