#ce9dba
a light, soft magenta / pink · warm · closest name: plum
RGB
206, 157, 186
HSL
325°, 33%, 71%
CMYK
0, 24, 10, 19
Luminance
0.4078
Every format
| HEX | #ce9dba |
| RGB | rgb(206, 157, 186) |
| HSL | hsl(325, 33%, 71%) |
| CMYK | cmyk(0%, 24%, 10%, 19%) |
| LAB | lab(70.0 22.8 -7.9) |
| LCH | lch(70.0 24.1 340.9) |
| OKLCH | oklch(0.750 0.070 342.6) |
Copy-ready code
/* CSS */
color: #ce9dba;
background-color: #ce9dba;
/* Tailwind (arbitrary) */
class="text-[#ce9dba] bg-[#ce9dba]"
/* SCSS */
$brand: #ce9dba;
/* SwiftUI */
Color(red: 0.808, green: 0.616, blue: 0.729)
/* Android */
Color.parseColor("#ce9dba")Accessibility — WCAG contrast
Aa
#ce9dba on white: 2.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ce9dba on black: 9.16:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green61.6%
Blue72.9%
CMYK percentages
Cyan0.0%
Magenta23.8%
Yellow9.7%
Key (black)19.2%
Color previews
#ce9dba text on a black background
contrast 9.16:1
Card sample
#ce9dba text on a white background
contrast 2.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ce9dba;
Background color
Panel with #ce9dba background
background-color: #ce9dba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ce9dba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 157, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 157, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ce9dba; background: linear-gradient(135deg, #ce9dba, #CEA19D);