#ceafd0
a light, soft magenta / pink · warm · closest name: plum
RGB
206, 175, 208
HSL
296°, 26%, 75%
CMYK
1, 16, 0, 18
Luminance
0.4834
Every format
| HEX | #ceafd0 |
| RGB | rgb(206, 175, 208) |
| HSL | hsl(296, 26%, 75%) |
| CMYK | cmyk(1%, 16%, 0%, 18%) |
| LAB | lab(75.0 17.0 -12.5) |
| LCH | lch(75.0 21.1 323.6) |
| OKLCH | oklch(0.791 0.057 324.2) |
Copy-ready code
/* CSS */
color: #ceafd0;
background-color: #ceafd0;
/* Tailwind (arbitrary) */
class="text-[#ceafd0] bg-[#ceafd0]"
/* SCSS */
$brand: #ceafd0;
/* SwiftUI */
Color(red: 0.808, green: 0.686, blue: 0.816)
/* Android */
Color.parseColor("#ceafd0")Accessibility — WCAG contrast
Aa
#ceafd0 on white: 1.97:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ceafd0 on black: 10.67:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green68.6%
Blue81.6%
CMYK percentages
Cyan1.0%
Magenta15.9%
Yellow0.0%
Key (black)18.4%
Color previews
#ceafd0 text on a black background
contrast 10.67:1
Card sample
#ceafd0 text on a white background
contrast 1.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ceafd0;
Background color
Panel with #ceafd0 background
background-color: #ceafd0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ceafd0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 175, 208, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 175, 208, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ceafd0; background: linear-gradient(135deg, #ceafd0, #D0AFBC);