#cd2fa4
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
205, 47, 164
HSL
316°, 63%, 49%
CMYK
0, 77, 20, 20
Luminance
0.1769
Every format
| HEX | #cd2fa4 |
| RGB | rgb(205, 47, 164) |
| HSL | hsl(316, 63%, 49%) |
| CMYK | cmyk(0%, 77%, 20%, 20%) |
| LAB | lab(49.1 70.3 -27.0) |
| LCH | lch(49.1 75.3 339.0) |
| OKLCH | oklch(0.591 0.223 340.9) |
Copy-ready code
/* CSS */
color: #cd2fa4;
background-color: #cd2fa4;
/* Tailwind (arbitrary) */
class="text-[#cd2fa4] bg-[#cd2fa4]"
/* SCSS */
$brand: #cd2fa4;
/* SwiftUI */
Color(red: 0.804, green: 0.184, blue: 0.643)
/* Android */
Color.parseColor("#cd2fa4")Accessibility — WCAG contrast
Aa
#cd2fa4 on white: 4.63:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#cd2fa4 on black: 4.54:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green18.4%
Blue64.3%
CMYK percentages
Cyan0.0%
Magenta77.1%
Yellow20.0%
Key (black)19.6%
Color previews
#cd2fa4 text on a black background
contrast 4.54:1
Card sample
#cd2fa4 text on a white background
contrast 4.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cd2fa4;
Background color
Panel with #cd2fa4 background
background-color: #cd2fa4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cd2fa4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 47, 164, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 47, 164, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cd2fa4; background: linear-gradient(135deg, #cd2fa4, #CD2F3B);