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