#ceacd1
a light, soft magenta / pink · warm · closest name: plum
RGB
206, 172, 209
HSL
295°, 29%, 75%
CMYK
1, 18, 0, 18
Luminance
0.4723
Every format
| HEX | #ceacd1 |
| RGB | rgb(206, 172, 209) |
| HSL | hsl(295, 29%, 75%) |
| CMYK | cmyk(1%, 18%, 0%, 18%) |
| LAB | lab(74.3 18.8 -14.1) |
| LCH | lch(74.3 23.5 323.1) |
| OKLCH | oklch(0.786 0.064 323.6) |
Copy-ready code
/* CSS */
color: #ceacd1;
background-color: #ceacd1;
/* Tailwind (arbitrary) */
class="text-[#ceacd1] bg-[#ceacd1]"
/* SCSS */
$brand: #ceacd1;
/* SwiftUI */
Color(red: 0.808, green: 0.675, blue: 0.820)
/* Android */
Color.parseColor("#ceacd1")Accessibility — WCAG contrast
Aa
#ceacd1 on white: 2.01:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ceacd1 on black: 10.45:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green67.5%
Blue82.0%
CMYK percentages
Cyan1.4%
Magenta17.7%
Yellow0.0%
Key (black)18.0%
Color previews
#ceacd1 text on a black background
contrast 10.45:1
Card sample
#ceacd1 text on a white background
contrast 2.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ceacd1;
Background color
Panel with #ceacd1 background
background-color: #ceacd1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ceacd1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 172, 209, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 172, 209, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ceacd1; background: linear-gradient(135deg, #ceacd1, #D1ACBB);