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