#cd8dcf
a light, soft magenta / pink · warm · closest name: plum
RGB
205, 141, 207
HSL
298°, 41%, 68%
CMYK
1, 32, 0, 19
Luminance
0.3653
Every format
| HEX | #cd8dcf |
| RGB | rgb(205, 141, 207) |
| HSL | hsl(298, 41%, 68%) |
| CMYK | cmyk(1%, 32%, 0%, 19%) |
| LAB | lab(66.9 35.0 -24.3) |
| LCH | lch(66.9 42.6 325.3) |
| OKLCH | oklch(0.729 0.117 325.7) |
Copy-ready code
/* CSS */
color: #cd8dcf;
background-color: #cd8dcf;
/* Tailwind (arbitrary) */
class="text-[#cd8dcf] bg-[#cd8dcf]"
/* SCSS */
$brand: #cd8dcf;
/* SwiftUI */
Color(red: 0.804, green: 0.553, blue: 0.812)
/* Android */
Color.parseColor("#cd8dcf")Accessibility — WCAG contrast
Aa
#cd8dcf on white: 2.53:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cd8dcf on black: 8.31:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green55.3%
Blue81.2%
CMYK percentages
Cyan1.0%
Magenta31.9%
Yellow0.0%
Key (black)18.8%
Color previews
#cd8dcf text on a black background
contrast 8.31:1
Card sample
#cd8dcf text on a white background
contrast 2.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cd8dcf;
Background color
Panel with #cd8dcf background
background-color: #cd8dcf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cd8dcf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 141, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 141, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cd8dcf; background: linear-gradient(135deg, #cd8dcf, #CF8DA5);