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