#cd8dab
a light, soft magenta / pink · warm · closest name: plum
RGB
205, 141, 171
HSL
332°, 39%, 68%
CMYK
0, 31, 17, 20
Luminance
0.3497
Every format
| HEX | #cd8dab |
| RGB | rgb(205, 141, 171) |
| HSL | hsl(332, 39%, 68%) |
| CMYK | cmyk(0%, 31%, 17%, 20%) |
| LAB | lab(65.7 28.7 -5.9) |
| LCH | lch(65.7 29.3 348.4) |
| OKLCH | oklch(0.716 0.087 349.8) |
Copy-ready code
/* CSS */
color: #cd8dab;
background-color: #cd8dab;
/* Tailwind (arbitrary) */
class="text-[#cd8dab] bg-[#cd8dab]"
/* SCSS */
$brand: #cd8dab;
/* SwiftUI */
Color(red: 0.804, green: 0.553, blue: 0.671)
/* Android */
Color.parseColor("#cd8dab")Accessibility — WCAG contrast
Aa
#cd8dab on white: 2.63:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cd8dab on black: 7.99:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green55.3%
Blue67.1%
CMYK percentages
Cyan0.0%
Magenta31.2%
Yellow16.6%
Key (black)19.6%
Color previews
#cd8dab text on a black background
contrast 7.99:1
Card sample
#cd8dab text on a white background
contrast 2.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cd8dab;
Background color
Panel with #cd8dab background
background-color: #cd8dab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cd8dab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 141, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 141, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cd8dab; background: linear-gradient(135deg, #cd8dab, #CD9A8D);