#ce8dab
a light, soft magenta / pink · warm · closest name: plum
RGB
206, 141, 171
HSL
332°, 40%, 68%
CMYK
0, 32, 17, 19
Luminance
0.3511
Every format
| HEX | #ce8dab |
| RGB | rgb(206, 141, 171) |
| HSL | hsl(332, 40%, 68%) |
| CMYK | cmyk(0%, 32%, 17%, 19%) |
| LAB | lab(65.8 29.1 -5.7) |
| LCH | lch(65.8 29.6 348.9) |
| OKLCH | oklch(0.717 0.088 350.3) |
Copy-ready code
/* CSS */
color: #ce8dab;
background-color: #ce8dab;
/* Tailwind (arbitrary) */
class="text-[#ce8dab] bg-[#ce8dab]"
/* SCSS */
$brand: #ce8dab;
/* SwiftUI */
Color(red: 0.808, green: 0.553, blue: 0.671)
/* Android */
Color.parseColor("#ce8dab")Accessibility — WCAG contrast
Aa
#ce8dab on white: 2.62:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ce8dab on black: 8.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green55.3%
Blue67.1%
CMYK percentages
Cyan0.0%
Magenta31.6%
Yellow17.0%
Key (black)19.2%
Color previews
#ce8dab text on a black background
contrast 8.02:1
Card sample
#ce8dab text on a white background
contrast 2.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ce8dab;
Background color
Panel with #ce8dab background
background-color: #ce8dab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ce8dab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 141, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 141, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ce8dab; background: linear-gradient(135deg, #ce8dab, #CE9A8D);