#ceafd4
a light, soft magenta / pink · warm · closest name: plum
RGB
206, 175, 212
HSL
290°, 30%, 76%
CMYK
3, 18, 0, 17
Luminance
0.4854
Every format
| HEX | #ceafd4 |
| RGB | rgb(206, 175, 212) |
| HSL | hsl(290, 30%, 76%) |
| CMYK | cmyk(3%, 18%, 0%, 17%) |
| LAB | lab(75.2 17.7 -14.5) |
| LCH | lch(75.2 22.9 320.7) |
| OKLCH | oklch(0.793 0.062 320.8) |
Copy-ready code
/* CSS */
color: #ceafd4;
background-color: #ceafd4;
/* Tailwind (arbitrary) */
class="text-[#ceafd4] bg-[#ceafd4]"
/* SCSS */
$brand: #ceafd4;
/* SwiftUI */
Color(red: 0.808, green: 0.686, blue: 0.831)
/* Android */
Color.parseColor("#ceafd4")Accessibility — WCAG contrast
Aa
#ceafd4 on white: 1.96:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ceafd4 on black: 10.71:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green68.6%
Blue83.1%
CMYK percentages
Cyan2.8%
Magenta17.5%
Yellow0.0%
Key (black)16.9%
Color previews
#ceafd4 text on a black background
contrast 10.71:1
Card sample
#ceafd4 text on a white background
contrast 1.96:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ceafd4;
Background color
Panel with #ceafd4 background
background-color: #ceafd4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ceafd4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 175, 212, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 175, 212, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ceafd4; background: linear-gradient(135deg, #ceafd4, #D4AFC1);