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