#cd8eb2
a light, soft magenta / pink · warm · closest name: plum
RGB
205, 142, 178
HSL
326°, 39%, 68%
CMYK
0, 31, 13, 20
Luminance
0.3554
Every format
| HEX | #cd8eb2 |
| RGB | rgb(205, 142, 178) |
| HSL | hsl(326, 39%, 68%) |
| CMYK | cmyk(0%, 31%, 13%, 20%) |
| LAB | lab(66.2 29.3 -9.2) |
| LCH | lch(66.2 30.7 342.6) |
| OKLCH | oklch(0.720 0.089 344.3) |
Copy-ready code
/* CSS */
color: #cd8eb2;
background-color: #cd8eb2;
/* Tailwind (arbitrary) */
class="text-[#cd8eb2] bg-[#cd8eb2]"
/* SCSS */
$brand: #cd8eb2;
/* SwiftUI */
Color(red: 0.804, green: 0.557, blue: 0.698)
/* Android */
Color.parseColor("#cd8eb2")Accessibility — WCAG contrast
Aa
#cd8eb2 on white: 2.59:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cd8eb2 on black: 8.11:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green55.7%
Blue69.8%
CMYK percentages
Cyan0.0%
Magenta30.7%
Yellow13.2%
Key (black)19.6%
Color previews
#cd8eb2 text on a black background
contrast 8.11:1
Card sample
#cd8eb2 text on a white background
contrast 2.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cd8eb2;
Background color
Panel with #cd8eb2 background
background-color: #cd8eb2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cd8eb2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 142, 178, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 142, 178, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cd8eb2; background: linear-gradient(135deg, #cd8eb2, #CD948E);