#cd9dba
a light, soft magenta / pink · warm · closest name: plum
RGB
205, 157, 186
HSL
324°, 32%, 71%
CMYK
0, 23, 9, 20
Luminance
0.4064
Every format
| HEX | #cd9dba |
| RGB | rgb(205, 157, 186) |
| HSL | hsl(324, 32%, 71%) |
| CMYK | cmyk(0%, 23%, 9%, 20%) |
| LAB | lab(69.9 22.5 -8.1) |
| LCH | lch(69.9 23.9 340.3) |
| OKLCH | oklch(0.749 0.069 342.0) |
Copy-ready code
/* CSS */
color: #cd9dba;
background-color: #cd9dba;
/* Tailwind (arbitrary) */
class="text-[#cd9dba] bg-[#cd9dba]"
/* SCSS */
$brand: #cd9dba;
/* SwiftUI */
Color(red: 0.804, green: 0.616, blue: 0.729)
/* Android */
Color.parseColor("#cd9dba")Accessibility — WCAG contrast
Aa
#cd9dba on white: 2.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cd9dba on black: 9.13:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green61.6%
Blue72.9%
CMYK percentages
Cyan0.0%
Magenta23.4%
Yellow9.3%
Key (black)19.6%
Color previews
#cd9dba text on a black background
contrast 9.13:1
Card sample
#cd9dba text on a white background
contrast 2.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cd9dba;
Background color
Panel with #cd9dba background
background-color: #cd9dba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cd9dba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 157, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 157, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cd9dba; background: linear-gradient(135deg, #cd9dba, #CDA09D);