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