#ce9cba
a light, soft magenta / pink · warm · closest name: plum
RGB
206, 156, 186
HSL
324°, 34%, 71%
CMYK
0, 24, 10, 19
Luminance
0.4044
Every format
| HEX | #ce9cba |
| RGB | rgb(206, 156, 186) |
| HSL | hsl(324, 34%, 71%) |
| CMYK | cmyk(0%, 24%, 10%, 19%) |
| LAB | lab(69.8 23.4 -8.2) |
| LCH | lch(69.8 24.8 340.6) |
| OKLCH | oklch(0.749 0.071 342.3) |
Copy-ready code
/* CSS */
color: #ce9cba;
background-color: #ce9cba;
/* Tailwind (arbitrary) */
class="text-[#ce9cba] bg-[#ce9cba]"
/* SCSS */
$brand: #ce9cba;
/* SwiftUI */
Color(red: 0.808, green: 0.612, blue: 0.729)
/* Android */
Color.parseColor("#ce9cba")Accessibility — WCAG contrast
Aa
#ce9cba on white: 2.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ce9cba on black: 9.09:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green61.2%
Blue72.9%
CMYK percentages
Cyan0.0%
Magenta24.3%
Yellow9.7%
Key (black)19.2%
Color previews
#ce9cba text on a black background
contrast 9.09:1
Card sample
#ce9cba text on a white background
contrast 2.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ce9cba;
Background color
Panel with #ce9cba background
background-color: #ce9cba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ce9cba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 156, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 156, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ce9cba; background: linear-gradient(135deg, #ce9cba, #CE9F9C);