#cd4d9b
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
205, 77, 155
HSL
323°, 56%, 55%
CMYK
0, 62, 24, 20
Luminance
0.2065
Every format
| HEX | #cd4d9b |
| RGB | rgb(205, 77, 155) |
| HSL | hsl(323, 56%, 55%) |
| CMYK | cmyk(0%, 62%, 24%, 20%) |
| LAB | lab(52.6 58.5 -16.4) |
| LCH | lch(52.6 60.8 344.3) |
| OKLCH | oklch(0.615 0.182 346.2) |
Copy-ready code
/* CSS */
color: #cd4d9b;
background-color: #cd4d9b;
/* Tailwind (arbitrary) */
class="text-[#cd4d9b] bg-[#cd4d9b]"
/* SCSS */
$brand: #cd4d9b;
/* SwiftUI */
Color(red: 0.804, green: 0.302, blue: 0.608)
/* Android */
Color.parseColor("#cd4d9b")Accessibility — WCAG contrast
Aa
#cd4d9b on white: 4.09:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cd4d9b on black: 5.13:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green30.2%
Blue60.8%
CMYK percentages
Cyan0.0%
Magenta62.4%
Yellow24.4%
Key (black)19.6%
Color previews
#cd4d9b text on a black background
contrast 5.13:1
Card sample
#cd4d9b text on a white background
contrast 4.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cd4d9b;
Background color
Panel with #cd4d9b background
background-color: #cd4d9b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cd4d9b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 77, 155, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 77, 155, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cd4d9b; background: linear-gradient(135deg, #cd4d9b, #CD544D);