#d52f73
a balanced, vivid magenta / pink · warm · closest name: crimson
RGB
213, 47, 115
HSL
335°, 66%, 51%
CMYK
0, 78, 46, 17
Luminance
0.1742
Every format
| HEX | #d52f73 |
| RGB | rgb(213, 47, 115) |
| HSL | hsl(335, 66%, 51%) |
| CMYK | cmyk(0%, 78%, 46%, 17%) |
| LAB | lab(48.8 67.0 2.1) |
| LCH | lch(48.8 67.0 1.8) |
| OKLCH | oklch(0.585 0.206 1.7) |
Copy-ready code
/* CSS */
color: #d52f73;
background-color: #d52f73;
/* Tailwind (arbitrary) */
class="text-[#d52f73] bg-[#d52f73]"
/* SCSS */
$brand: #d52f73;
/* SwiftUI */
Color(red: 0.835, green: 0.184, blue: 0.451)
/* Android */
Color.parseColor("#d52f73")Accessibility — WCAG contrast
Aa
#d52f73 on white: 4.68:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#d52f73 on black: 4.48:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red83.5%
Green18.4%
Blue45.1%
CMYK percentages
Cyan0.0%
Magenta77.9%
Yellow46.0%
Key (black)16.5%
Color previews
#d52f73 text on a black background
contrast 4.48:1
Card sample
#d52f73 text on a white background
contrast 4.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d52f73;
Background color
Panel with #d52f73 background
background-color: #d52f73;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d52f73;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(213, 47, 115, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(213, 47, 115, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d52f73; background: linear-gradient(135deg, #d52f73, #D55A2F);