#cd73b2
a balanced, vivid magenta / pink · warm · closest name: plum
RGB
205, 115, 178
HSL
318°, 47%, 63%
CMYK
0, 44, 13, 20
Luminance
0.2845
Every format
| HEX | #cd73b2 |
| RGB | rgb(205, 115, 178) |
| HSL | hsl(318, 47%, 63%) |
| CMYK | cmyk(0%, 44%, 13%, 20%) |
| LAB | lab(60.3 43.8 -18.0) |
| LCH | lch(60.3 47.3 337.6) |
| OKLCH | oklch(0.675 0.137 339.4) |
Copy-ready code
/* CSS */
color: #cd73b2;
background-color: #cd73b2;
/* Tailwind (arbitrary) */
class="text-[#cd73b2] bg-[#cd73b2]"
/* SCSS */
$brand: #cd73b2;
/* SwiftUI */
Color(red: 0.804, green: 0.451, blue: 0.698)
/* Android */
Color.parseColor("#cd73b2")Accessibility — WCAG contrast
Aa
#cd73b2 on white: 3.14:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cd73b2 on black: 6.69:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green45.1%
Blue69.8%
CMYK percentages
Cyan0.0%
Magenta43.9%
Yellow13.2%
Key (black)19.6%
Color previews
#cd73b2 text on a black background
contrast 6.69:1
Card sample
#cd73b2 text on a white background
contrast 3.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cd73b2;
Background color
Panel with #cd73b2 background
background-color: #cd73b2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cd73b2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 115, 178, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 115, 178, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cd73b2; background: linear-gradient(135deg, #cd73b2, #CD7376);