#cea3cf
a light, soft magenta / pink · warm · closest name: plum
RGB
206, 163, 207
HSL
299°, 31%, 73%
CMYK
1, 21, 0, 19
Luminance
0.4382
Every format
| HEX | #cea3cf |
| RGB | rgb(206, 163, 207) |
| HSL | hsl(299, 31%, 73%) |
| CMYK | cmyk(1%, 21%, 0%, 19%) |
| LAB | lab(72.1 23.3 -16.4) |
| LCH | lch(72.1 28.5 325.0) |
| OKLCH | oklch(0.769 0.078 325.6) |
Copy-ready code
/* CSS */
color: #cea3cf;
background-color: #cea3cf;
/* Tailwind (arbitrary) */
class="text-[#cea3cf] bg-[#cea3cf]"
/* SCSS */
$brand: #cea3cf;
/* SwiftUI */
Color(red: 0.808, green: 0.639, blue: 0.812)
/* Android */
Color.parseColor("#cea3cf")Accessibility — WCAG contrast
Aa
#cea3cf on white: 2.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cea3cf on black: 9.76:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green63.9%
Blue81.2%
CMYK percentages
Cyan0.5%
Magenta21.3%
Yellow0.0%
Key (black)18.8%
Color previews
#cea3cf text on a black background
contrast 9.76:1
Card sample
#cea3cf text on a white background
contrast 2.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cea3cf;
Background color
Panel with #cea3cf background
background-color: #cea3cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cea3cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 163, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 163, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cea3cf; background: linear-gradient(135deg, #cea3cf, #CFA3B3);