#cea7cd
a light, soft magenta / pink · warm · closest name: plum
RGB
206, 167, 205
HSL
302°, 29%, 73%
CMYK
0, 19, 1, 19
Luminance
0.4517
Every format
| HEX | #cea7cd |
| RGB | rgb(206, 167, 205) |
| HSL | hsl(302, 29%, 73%) |
| CMYK | cmyk(0%, 19%, 1%, 19%) |
| LAB | lab(73.0 20.8 -13.9) |
| LCH | lch(73.0 25.0 326.2) |
| OKLCH | oklch(0.775 0.069 327.0) |
Copy-ready code
/* CSS */
color: #cea7cd;
background-color: #cea7cd;
/* Tailwind (arbitrary) */
class="text-[#cea7cd] bg-[#cea7cd]"
/* SCSS */
$brand: #cea7cd;
/* SwiftUI */
Color(red: 0.808, green: 0.655, blue: 0.804)
/* Android */
Color.parseColor("#cea7cd")Accessibility — WCAG contrast
Aa
#cea7cd on white: 2.09:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cea7cd on black: 10.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green65.5%
Blue80.4%
CMYK percentages
Cyan0.0%
Magenta18.9%
Yellow0.5%
Key (black)19.2%
Color previews
#cea7cd text on a black background
contrast 10.03:1
Card sample
#cea7cd text on a white background
contrast 2.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cea7cd;
Background color
Panel with #cea7cd background
background-color: #cea7cd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cea7cd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 167, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 167, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cea7cd; background: linear-gradient(135deg, #cea7cd, #CEA7B3);