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