#ce8dba
a light, soft magenta / pink · warm · closest name: plum
RGB
206, 141, 186
HSL
319°, 40%, 68%
CMYK
0, 32, 10, 19
Luminance
0.3572
Every format
| HEX | #ce8dba |
| RGB | rgb(206, 141, 186) |
| HSL | hsl(319, 40%, 68%) |
| CMYK | cmyk(0%, 32%, 10%, 19%) |
| LAB | lab(66.3 31.6 -13.4) |
| LCH | lch(66.3 34.3 336.9) |
| OKLCH | oklch(0.722 0.098 338.6) |
Copy-ready code
/* CSS */
color: #ce8dba;
background-color: #ce8dba;
/* Tailwind (arbitrary) */
class="text-[#ce8dba] bg-[#ce8dba]"
/* SCSS */
$brand: #ce8dba;
/* SwiftUI */
Color(red: 0.808, green: 0.553, blue: 0.729)
/* Android */
Color.parseColor("#ce8dba")Accessibility — WCAG contrast
Aa
#ce8dba on white: 2.58:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ce8dba on black: 8.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green55.3%
Blue72.9%
CMYK percentages
Cyan0.0%
Magenta31.6%
Yellow9.7%
Key (black)19.2%
Color previews
#ce8dba text on a black background
contrast 8.14:1
Card sample
#ce8dba text on a white background
contrast 2.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ce8dba;
Background color
Panel with #ce8dba background
background-color: #ce8dba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ce8dba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 141, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 141, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ce8dba; background: linear-gradient(135deg, #ce8dba, #CE8D8E);