#cea7c4
a light, soft magenta / pink · warm · closest name: pink
RGB
206, 167, 196
HSL
315°, 29%, 73%
CMYK
0, 19, 5, 19
Luminance
0.4474
Every format
| HEX | #cea7c4 |
| RGB | rgb(206, 167, 196) |
| HSL | hsl(315, 29%, 73%) |
| CMYK | cmyk(0%, 19%, 5%, 19%) |
| LAB | lab(72.7 19.1 -9.4) |
| LCH | lch(72.7 21.3 333.9) |
| OKLCH | oklch(0.772 0.060 335.4) |
Copy-ready code
/* CSS */
color: #cea7c4;
background-color: #cea7c4;
/* Tailwind (arbitrary) */
class="text-[#cea7c4] bg-[#cea7c4]"
/* SCSS */
$brand: #cea7c4;
/* SwiftUI */
Color(red: 0.808, green: 0.655, blue: 0.769)
/* Android */
Color.parseColor("#cea7c4")Accessibility — WCAG contrast
Aa
#cea7c4 on white: 2.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cea7c4 on black: 9.95:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green65.5%
Blue76.9%
CMYK percentages
Cyan0.0%
Magenta18.9%
Yellow4.9%
Key (black)19.2%
Color previews
#cea7c4 text on a black background
contrast 9.95:1
Card sample
#cea7c4 text on a white background
contrast 2.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cea7c4;
Background color
Panel with #cea7c4 background
background-color: #cea7c4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cea7c4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 167, 196, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 167, 196, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cea7c4; background: linear-gradient(135deg, #cea7c4, #CEA7AA);