#cd9abf
a light, soft magenta / pink · warm · closest name: plum
RGB
205, 154, 191
HSL
317°, 34%, 70%
CMYK
0, 25, 7, 20
Luminance
0.3985
Every format
| HEX | #cd9abf |
| RGB | rgb(205, 154, 191) |
| HSL | hsl(317, 34%, 70%) |
| CMYK | cmyk(0%, 25%, 7%, 20%) |
| LAB | lab(69.4 25.0 -11.7) |
| LCH | lch(69.4 27.6 335.0) |
| OKLCH | oklch(0.746 0.078 336.6) |
Copy-ready code
/* CSS */
color: #cd9abf;
background-color: #cd9abf;
/* Tailwind (arbitrary) */
class="text-[#cd9abf] bg-[#cd9abf]"
/* SCSS */
$brand: #cd9abf;
/* SwiftUI */
Color(red: 0.804, green: 0.604, blue: 0.749)
/* Android */
Color.parseColor("#cd9abf")Accessibility — WCAG contrast
Aa
#cd9abf on white: 2.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cd9abf on black: 8.97:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green60.4%
Blue74.9%
CMYK percentages
Cyan0.0%
Magenta24.9%
Yellow6.8%
Key (black)19.6%
Color previews
#cd9abf text on a black background
contrast 8.97:1
Card sample
#cd9abf text on a white background
contrast 2.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cd9abf;
Background color
Panel with #cd9abf background
background-color: #cd9abf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cd9abf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 154, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 154, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cd9abf; background: linear-gradient(135deg, #cd9abf, #CD9A9D);