#cd8eb6
a light, soft magenta / pink · warm · closest name: plum
RGB
205, 142, 182
HSL
322°, 39%, 68%
CMYK
0, 31, 11, 20
Luminance
0.3570
Every format
| HEX | #cd8eb6 |
| RGB | rgb(205, 142, 182) |
| HSL | hsl(322, 39%, 68%) |
| CMYK | cmyk(0%, 31%, 11%, 20%) |
| LAB | lab(66.3 30.0 -11.2) |
| LCH | lch(66.3 32.0 339.5) |
| OKLCH | oklch(0.721 0.092 341.2) |
Copy-ready code
/* CSS */
color: #cd8eb6;
background-color: #cd8eb6;
/* Tailwind (arbitrary) */
class="text-[#cd8eb6] bg-[#cd8eb6]"
/* SCSS */
$brand: #cd8eb6;
/* SwiftUI */
Color(red: 0.804, green: 0.557, blue: 0.714)
/* Android */
Color.parseColor("#cd8eb6")Accessibility — WCAG contrast
Aa
#cd8eb6 on white: 2.58:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cd8eb6 on black: 8.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green55.7%
Blue71.4%
CMYK percentages
Cyan0.0%
Magenta30.7%
Yellow11.2%
Key (black)19.6%
Color previews
#cd8eb6 text on a black background
contrast 8.14:1
Card sample
#cd8eb6 text on a white background
contrast 2.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cd8eb6;
Background color
Panel with #cd8eb6 background
background-color: #cd8eb6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cd8eb6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 142, 182, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 142, 182, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cd8eb6; background: linear-gradient(135deg, #cd8eb6, #CD908E);