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