#cd7abf
a balanced, vivid magenta / pink · warm · closest name: plum
RGB
205, 122, 191
HSL
310°, 45%, 64%
CMYK
0, 41, 7, 20
Luminance
0.3066
Every format
| HEX | #cd7abf |
| RGB | rgb(205, 122, 191) |
| HSL | hsl(310, 45%, 64%) |
| CMYK | cmyk(0%, 41%, 7%, 20%) |
| LAB | lab(62.2 42.3 -22.5) |
| LCH | lch(62.2 47.9 332.0) |
| OKLCH | oklch(0.691 0.135 333.3) |
Copy-ready code
/* CSS */
color: #cd7abf;
background-color: #cd7abf;
/* Tailwind (arbitrary) */
class="text-[#cd7abf] bg-[#cd7abf]"
/* SCSS */
$brand: #cd7abf;
/* SwiftUI */
Color(red: 0.804, green: 0.478, blue: 0.749)
/* Android */
Color.parseColor("#cd7abf")Accessibility — WCAG contrast
Aa
#cd7abf on white: 2.94:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cd7abf on black: 7.13:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green47.8%
Blue74.9%
CMYK percentages
Cyan0.0%
Magenta40.5%
Yellow6.8%
Key (black)19.6%
Color previews
#cd7abf text on a black background
contrast 7.13:1
Card sample
#cd7abf text on a white background
contrast 2.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cd7abf;
Background color
Panel with #cd7abf background
background-color: #cd7abf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cd7abf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 122, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 122, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cd7abf; background: linear-gradient(135deg, #cd7abf, #CD7A88);