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