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