#cd8fd9
a light, vivid magenta / pink · warm · closest name: plum
RGB
205, 143, 217
HSL
290°, 49%, 71%
CMYK
6, 34, 0, 15
Luminance
0.3763
Every format
| HEX | #cd8fd9 |
| RGB | rgb(205, 143, 217) |
| HSL | hsl(290, 49%, 71%) |
| CMYK | cmyk(6%, 34%, 0%, 15%) |
| LAB | lab(67.8 35.9 -28.5) |
| LCH | lch(67.8 45.8 321.5) |
| OKLCH | oklch(0.736 0.124 320.9) |
Copy-ready code
/* CSS */
color: #cd8fd9;
background-color: #cd8fd9;
/* Tailwind (arbitrary) */
class="text-[#cd8fd9] bg-[#cd8fd9]"
/* SCSS */
$brand: #cd8fd9;
/* SwiftUI */
Color(red: 0.804, green: 0.561, blue: 0.851)
/* Android */
Color.parseColor("#cd8fd9")Accessibility — WCAG contrast
Aa
#cd8fd9 on white: 2.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cd8fd9 on black: 8.53:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green56.1%
Blue85.1%
CMYK percentages
Cyan5.5%
Magenta34.1%
Yellow0.0%
Key (black)14.9%
Color previews
#cd8fd9 text on a black background
contrast 8.53:1
Card sample
#cd8fd9 text on a white background
contrast 2.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cd8fd9;
Background color
Panel with #cd8fd9 background
background-color: #cd8fd9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cd8fd9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 143, 217, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 143, 217, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cd8fd9; background: linear-gradient(135deg, #cd8fd9, #D98FB4);