#ceafd1
a light, soft magenta / pink · warm · closest name: plum
RGB
206, 175, 209
HSL
295°, 27%, 75%
CMYK
1, 16, 0, 18
Luminance
0.4839
Every format
| HEX | #ceafd1 |
| RGB | rgb(206, 175, 209) |
| HSL | hsl(295, 27%, 75%) |
| CMYK | cmyk(1%, 16%, 0%, 18%) |
| LAB | lab(75.1 17.2 -13.0) |
| LCH | lch(75.1 21.5 322.8) |
| OKLCH | oklch(0.792 0.058 323.3) |
Copy-ready code
/* CSS */
color: #ceafd1;
background-color: #ceafd1;
/* Tailwind (arbitrary) */
class="text-[#ceafd1] bg-[#ceafd1]"
/* SCSS */
$brand: #ceafd1;
/* SwiftUI */
Color(red: 0.808, green: 0.686, blue: 0.820)
/* Android */
Color.parseColor("#ceafd1")Accessibility — WCAG contrast
Aa
#ceafd1 on white: 1.97:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ceafd1 on black: 10.68:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green68.6%
Blue82.0%
CMYK percentages
Cyan1.4%
Magenta16.3%
Yellow0.0%
Key (black)18.0%
Color previews
#ceafd1 text on a black background
contrast 10.68:1
Card sample
#ceafd1 text on a white background
contrast 1.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ceafd1;
Background color
Panel with #ceafd1 background
background-color: #ceafd1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ceafd1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 175, 209, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 175, 209, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ceafd1; background: linear-gradient(135deg, #ceafd1, #D1AFBD);