#d52f8d
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
213, 47, 141
HSL
326°, 66%, 51%
CMYK
0, 78, 34, 17
Luminance
0.1810
Every format
| HEX | #d52f8d |
| RGB | rgb(213, 47, 141) |
| HSL | hsl(326, 66%, 51%) |
| CMYK | cmyk(0%, 78%, 34%, 17%) |
| LAB | lab(49.6 69.5 -12.4) |
| LCH | lch(49.6 70.6 349.9) |
| OKLCH | oklch(0.594 0.216 351.4) |
Copy-ready code
/* CSS */
color: #d52f8d;
background-color: #d52f8d;
/* Tailwind (arbitrary) */
class="text-[#d52f8d] bg-[#d52f8d]"
/* SCSS */
$brand: #d52f8d;
/* SwiftUI */
Color(red: 0.835, green: 0.184, blue: 0.553)
/* Android */
Color.parseColor("#d52f8d")Accessibility — WCAG contrast
Aa
#d52f8d on white: 4.55:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#d52f8d on black: 4.62:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red83.5%
Green18.4%
Blue55.3%
CMYK percentages
Cyan0.0%
Magenta77.9%
Yellow33.8%
Key (black)16.5%
Color previews
#d52f8d text on a black background
contrast 4.62:1
Card sample
#d52f8d text on a white background
contrast 4.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d52f8d;
Background color
Panel with #d52f8d background
background-color: #d52f8d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d52f8d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(213, 47, 141, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(213, 47, 141, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d52f8d; background: linear-gradient(135deg, #d52f8d, #D5402F);