#cd7dbf
a balanced, soft magenta / pink · warm · closest name: plum
RGB
205, 125, 191
HSL
311°, 44%, 65%
CMYK
0, 39, 7, 20
Luminance
0.3141
Every format
| HEX | #cd7dbf |
| RGB | rgb(205, 125, 191) |
| HSL | hsl(311, 44%, 65%) |
| CMYK | cmyk(0%, 39%, 7%, 20%) |
| LAB | lab(62.9 40.7 -21.5) |
| LCH | lch(62.9 46.0 332.1) |
| OKLCH | oklch(0.696 0.130 333.5) |
Copy-ready code
/* CSS */
color: #cd7dbf;
background-color: #cd7dbf;
/* Tailwind (arbitrary) */
class="text-[#cd7dbf] bg-[#cd7dbf]"
/* SCSS */
$brand: #cd7dbf;
/* SwiftUI */
Color(red: 0.804, green: 0.490, blue: 0.749)
/* Android */
Color.parseColor("#cd7dbf")Accessibility — WCAG contrast
Aa
#cd7dbf on white: 2.88:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cd7dbf on black: 7.28:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green49.0%
Blue74.9%
CMYK percentages
Cyan0.0%
Magenta39.0%
Yellow6.8%
Key (black)19.6%
Color previews
#cd7dbf text on a black background
contrast 7.28:1
Card sample
#cd7dbf text on a white background
contrast 2.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cd7dbf;
Background color
Panel with #cd7dbf background
background-color: #cd7dbf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cd7dbf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 125, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 125, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cd7dbf; background: linear-gradient(135deg, #cd7dbf, #CD7D8A);