#cd8dc3
a light, soft magenta / pink · warm · closest name: plum
RGB
205, 141, 195
HSL
309°, 39%, 68%
CMYK
0, 31, 5, 20
Luminance
0.3597
Every format
| HEX | #cd8dc3 |
| RGB | rgb(205, 141, 195) |
| HSL | hsl(309, 39%, 68%) |
| CMYK | cmyk(0%, 31%, 5%, 20%) |
| LAB | lab(66.5 32.8 -18.2) |
| LCH | lch(66.5 37.5 331.0) |
| OKLCH | oklch(0.724 0.105 332.2) |
Copy-ready code
/* CSS */
color: #cd8dc3;
background-color: #cd8dc3;
/* Tailwind (arbitrary) */
class="text-[#cd8dc3] bg-[#cd8dc3]"
/* SCSS */
$brand: #cd8dc3;
/* SwiftUI */
Color(red: 0.804, green: 0.553, blue: 0.765)
/* Android */
Color.parseColor("#cd8dc3")Accessibility — WCAG contrast
Aa
#cd8dc3 on white: 2.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cd8dc3 on black: 8.19:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green55.3%
Blue76.5%
CMYK percentages
Cyan0.0%
Magenta31.2%
Yellow4.9%
Key (black)19.6%
Color previews
#cd8dc3 text on a black background
contrast 8.19:1
Card sample
#cd8dc3 text on a white background
contrast 2.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cd8dc3;
Background color
Panel with #cd8dc3 background
background-color: #cd8dc3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cd8dc3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 141, 195, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 141, 195, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cd8dc3; background: linear-gradient(135deg, #cd8dc3, #CD8D98);