#cd8dbf
a light, soft magenta / pink · warm · closest name: plum
RGB
205, 141, 191
HSL
313°, 39%, 68%
CMYK
0, 31, 7, 20
Luminance
0.3579
Every format
| HEX | #cd8dbf |
| RGB | rgb(205, 141, 191) |
| HSL | hsl(313, 39%, 68%) |
| CMYK | cmyk(0%, 31%, 7%, 20%) |
| LAB | lab(66.4 32.1 -16.2) |
| LCH | lch(66.4 35.9 333.2) |
| OKLCH | oklch(0.723 0.102 334.7) |
Copy-ready code
/* CSS */
color: #cd8dbf;
background-color: #cd8dbf;
/* Tailwind (arbitrary) */
class="text-[#cd8dbf] bg-[#cd8dbf]"
/* SCSS */
$brand: #cd8dbf;
/* SwiftUI */
Color(red: 0.804, green: 0.553, blue: 0.749)
/* Android */
Color.parseColor("#cd8dbf")Accessibility — WCAG contrast
Aa
#cd8dbf on white: 2.57:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cd8dbf on black: 8.16:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green55.3%
Blue74.9%
CMYK percentages
Cyan0.0%
Magenta31.2%
Yellow6.8%
Key (black)19.6%
Color previews
#cd8dbf text on a black background
contrast 8.16:1
Card sample
#cd8dbf text on a white background
contrast 2.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cd8dbf;
Background color
Panel with #cd8dbf background
background-color: #cd8dbf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cd8dbf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 141, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 141, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cd8dbf; background: linear-gradient(135deg, #cd8dbf, #CD8D94);