#cd75b3
a balanced, vivid magenta / pink · warm · closest name: plum
RGB
205, 117, 179
HSL
318°, 47%, 63%
CMYK
0, 43, 13, 20
Luminance
0.2896
Every format
| HEX | #cd75b3 |
| RGB | rgb(205, 117, 179) |
| HSL | hsl(318, 47%, 63%) |
| CMYK | cmyk(0%, 43%, 13%, 20%) |
| LAB | lab(60.8 42.9 -17.9) |
| LCH | lch(60.8 46.5 337.3) |
| OKLCH | oklch(0.679 0.134 339.1) |
Copy-ready code
/* CSS */
color: #cd75b3;
background-color: #cd75b3;
/* Tailwind (arbitrary) */
class="text-[#cd75b3] bg-[#cd75b3]"
/* SCSS */
$brand: #cd75b3;
/* SwiftUI */
Color(red: 0.804, green: 0.459, blue: 0.702)
/* Android */
Color.parseColor("#cd75b3")Accessibility — WCAG contrast
Aa
#cd75b3 on white: 3.09:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cd75b3 on black: 6.79:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green45.9%
Blue70.2%
CMYK percentages
Cyan0.0%
Magenta42.9%
Yellow12.7%
Key (black)19.6%
Color previews
#cd75b3 text on a black background
contrast 6.79:1
Card sample
#cd75b3 text on a white background
contrast 3.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cd75b3;
Background color
Panel with #cd75b3 background
background-color: #cd75b3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cd75b3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 117, 179, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 117, 179, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cd75b3; background: linear-gradient(135deg, #cd75b3, #CD7578);