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