#cea7cf
a light, soft magenta / pink · warm · closest name: plum
RGB
206, 167, 207
HSL
299°, 29%, 73%
CMYK
1, 19, 0, 19
Luminance
0.4526
Every format
| HEX | #cea7cf |
| RGB | rgb(206, 167, 207) |
| HSL | hsl(299, 29%, 73%) |
| CMYK | cmyk(1%, 19%, 0%, 19%) |
| LAB | lab(73.1 21.1 -14.9) |
| LCH | lch(73.1 25.9 324.8) |
| OKLCH | oklch(0.776 0.071 325.4) |
Copy-ready code
/* CSS */
color: #cea7cf;
background-color: #cea7cf;
/* Tailwind (arbitrary) */
class="text-[#cea7cf] bg-[#cea7cf]"
/* SCSS */
$brand: #cea7cf;
/* SwiftUI */
Color(red: 0.808, green: 0.655, blue: 0.812)
/* Android */
Color.parseColor("#cea7cf")Accessibility — WCAG contrast
Aa
#cea7cf on white: 2.09:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cea7cf on black: 10.05:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green65.5%
Blue81.2%
CMYK percentages
Cyan0.5%
Magenta19.3%
Yellow0.0%
Key (black)18.8%
Color previews
#cea7cf text on a black background
contrast 10.05:1
Card sample
#cea7cf text on a white background
contrast 2.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cea7cf;
Background color
Panel with #cea7cf background
background-color: #cea7cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cea7cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 167, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 167, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cea7cf; background: linear-gradient(135deg, #cea7cf, #CFA7B5);