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