#cd83ad
a light, soft magenta / pink · warm · closest name: plum
RGB
205, 131, 173
HSL
326°, 43%, 66%
CMYK
0, 36, 16, 20
Luminance
0.3223
Every format
| HEX | #cd83ad |
| RGB | rgb(205, 131, 173) |
| HSL | hsl(326, 43%, 66%) |
| CMYK | cmyk(0%, 36%, 16%, 20%) |
| LAB | lab(63.5 34.5 -10.3) |
| LCH | lch(63.5 36.0 343.4) |
| OKLCH | oklch(0.699 0.105 345.1) |
Copy-ready code
/* CSS */
color: #cd83ad;
background-color: #cd83ad;
/* Tailwind (arbitrary) */
class="text-[#cd83ad] bg-[#cd83ad]"
/* SCSS */
$brand: #cd83ad;
/* SwiftUI */
Color(red: 0.804, green: 0.514, blue: 0.678)
/* Android */
Color.parseColor("#cd83ad")Accessibility — WCAG contrast
Aa
#cd83ad on white: 2.82:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cd83ad on black: 7.45:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green51.4%
Blue67.8%
CMYK percentages
Cyan0.0%
Magenta36.1%
Yellow15.6%
Key (black)19.6%
Color previews
#cd83ad text on a black background
contrast 7.45:1
Card sample
#cd83ad text on a white background
contrast 2.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cd83ad;
Background color
Panel with #cd83ad background
background-color: #cd83ad;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cd83ad;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 131, 173, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 131, 173, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cd83ad; background: linear-gradient(135deg, #cd83ad, #CD8A83);