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