#ceafd3
a light, soft magenta / pink · warm · closest name: plum
RGB
206, 175, 211
HSL
292°, 29%, 76%
CMYK
2, 17, 0, 17
Luminance
0.4848
Every format
| HEX | #ceafd3 |
| RGB | rgb(206, 175, 211) |
| HSL | hsl(292, 29%, 76%) |
| CMYK | cmyk(2%, 17%, 0%, 17%) |
| LAB | lab(75.1 17.6 -14.0) |
| LCH | lch(75.1 22.5 321.4) |
| OKLCH | oklch(0.792 0.060 321.6) |
Copy-ready code
/* CSS */
color: #ceafd3;
background-color: #ceafd3;
/* Tailwind (arbitrary) */
class="text-[#ceafd3] bg-[#ceafd3]"
/* SCSS */
$brand: #ceafd3;
/* SwiftUI */
Color(red: 0.808, green: 0.686, blue: 0.827)
/* Android */
Color.parseColor("#ceafd3")Accessibility — WCAG contrast
Aa
#ceafd3 on white: 1.96:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ceafd3 on black: 10.70:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green68.6%
Blue82.7%
CMYK percentages
Cyan2.4%
Magenta17.1%
Yellow0.0%
Key (black)17.3%
Color previews
#ceafd3 text on a black background
contrast 10.70:1
Card sample
#ceafd3 text on a white background
contrast 1.96:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ceafd3;
Background color
Panel with #ceafd3 background
background-color: #ceafd3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ceafd3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 175, 211, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 175, 211, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ceafd3; background: linear-gradient(135deg, #ceafd3, #D3AFC0);