#cd82bf
a light, soft magenta / pink · warm · closest name: plum
RGB
205, 130, 191
HSL
311°, 43%, 66%
CMYK
0, 37, 7, 20
Luminance
0.3271
Every format
| HEX | #cd82bf |
| RGB | rgb(205, 130, 191) |
| HSL | hsl(311, 43%, 66%) |
| CMYK | cmyk(0%, 37%, 7%, 20%) |
| LAB | lab(63.9 38.0 -19.9) |
| LCH | lch(63.9 42.9 332.4) |
| OKLCH | oklch(0.704 0.121 333.8) |
Copy-ready code
/* CSS */
color: #cd82bf;
background-color: #cd82bf;
/* Tailwind (arbitrary) */
class="text-[#cd82bf] bg-[#cd82bf]"
/* SCSS */
$brand: #cd82bf;
/* SwiftUI */
Color(red: 0.804, green: 0.510, blue: 0.749)
/* Android */
Color.parseColor("#cd82bf")Accessibility — WCAG contrast
Aa
#cd82bf on white: 2.78:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cd82bf on black: 7.54:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green51.0%
Blue74.9%
CMYK percentages
Cyan0.0%
Magenta36.6%
Yellow6.8%
Key (black)19.6%
Color previews
#cd82bf text on a black background
contrast 7.54:1
Card sample
#cd82bf text on a white background
contrast 2.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cd82bf;
Background color
Panel with #cd82bf background
background-color: #cd82bf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cd82bf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 130, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 130, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cd82bf; background: linear-gradient(135deg, #cd82bf, #CD828D);