#cd2f7d
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
205, 47, 125
HSL
330°, 63%, 49%
CMYK
0, 77, 39, 20
Luminance
0.1649
Every format
| HEX | #cd2f7d |
| RGB | rgb(205, 47, 125) |
| HSL | hsl(330, 63%, 49%) |
| CMYK | cmyk(0%, 77%, 39%, 20%) |
| LAB | lab(47.6 65.8 -5.9) |
| LCH | lch(47.6 66.1 354.9) |
| OKLCH | oklch(0.575 0.203 355.9) |
Copy-ready code
/* CSS */
color: #cd2f7d;
background-color: #cd2f7d;
/* Tailwind (arbitrary) */
class="text-[#cd2f7d] bg-[#cd2f7d]"
/* SCSS */
$brand: #cd2f7d;
/* SwiftUI */
Color(red: 0.804, green: 0.184, blue: 0.490)
/* Android */
Color.parseColor("#cd2f7d")Accessibility — WCAG contrast
Aa
#cd2f7d on white: 4.89:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#cd2f7d on black: 4.30:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green18.4%
Blue49.0%
CMYK percentages
Cyan0.0%
Magenta77.1%
Yellow39.0%
Key (black)19.6%
Color previews
#cd2f7d text on a black background
contrast 4.30:1
Card sample
#cd2f7d text on a white background
contrast 4.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cd2f7d;
Background color
Panel with #cd2f7d background
background-color: #cd2f7d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cd2f7d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 47, 125, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 47, 125, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cd2f7d; background: linear-gradient(135deg, #cd2f7d, #CD4A2F);