#cd8db4
a light, soft magenta / pink · warm · closest name: plum
RGB
205, 141, 180
HSL
323°, 39%, 68%
CMYK
0, 31, 12, 20
Luminance
0.3532
Every format
| HEX | #cd8db4 |
| RGB | rgb(205, 141, 180) |
| HSL | hsl(323, 39%, 68%) |
| CMYK | cmyk(0%, 31%, 12%, 20%) |
| LAB | lab(66.0 30.2 -10.5) |
| LCH | lch(66.0 32.0 340.8) |
| OKLCH | oklch(0.719 0.093 342.5) |
Copy-ready code
/* CSS */
color: #cd8db4;
background-color: #cd8db4;
/* Tailwind (arbitrary) */
class="text-[#cd8db4] bg-[#cd8db4]"
/* SCSS */
$brand: #cd8db4;
/* SwiftUI */
Color(red: 0.804, green: 0.553, blue: 0.706)
/* Android */
Color.parseColor("#cd8db4")Accessibility — WCAG contrast
Aa
#cd8db4 on white: 2.60:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cd8db4 on black: 8.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green55.3%
Blue70.6%
CMYK percentages
Cyan0.0%
Magenta31.2%
Yellow12.2%
Key (black)19.6%
Color previews
#cd8db4 text on a black background
contrast 8.06:1
Card sample
#cd8db4 text on a white background
contrast 2.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cd8db4;
Background color
Panel with #cd8db4 background
background-color: #cd8db4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cd8db4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 141, 180, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 141, 180, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cd8db4; background: linear-gradient(135deg, #cd8db4, #CD908D);