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