#df2d71
a balanced, vivid magenta / pink · warm · closest name: crimson
RGB
223, 45, 113
HSL
337°, 74%, 53%
CMYK
0, 80, 49, 13
Luminance
0.1876
Every format
| HEX | #df2d71 |
| RGB | rgb(223, 45, 113) |
| HSL | hsl(337, 74%, 53%) |
| CMYK | cmyk(0%, 80%, 49%, 13%) |
| LAB | lab(50.4 69.9 5.9) |
| LCH | lch(50.4 70.2 4.8) |
| OKLCH | oklch(0.601 0.215 4.2) |
Copy-ready code
/* CSS */
color: #df2d71;
background-color: #df2d71;
/* Tailwind (arbitrary) */
class="text-[#df2d71] bg-[#df2d71]"
/* SCSS */
$brand: #df2d71;
/* SwiftUI */
Color(red: 0.875, green: 0.176, blue: 0.443)
/* Android */
Color.parseColor("#df2d71")Accessibility — WCAG contrast
Aa
#df2d71 on white: 4.42:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#df2d71 on black: 4.75:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green17.6%
Blue44.3%
CMYK percentages
Cyan0.0%
Magenta79.8%
Yellow49.3%
Key (black)12.5%
Color previews
#df2d71 text on a black background
contrast 4.75:1
Card sample
#df2d71 text on a white background
contrast 4.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df2d71;
Background color
Panel with #df2d71 background
background-color: #df2d71;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df2d71;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 45, 113, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 45, 113, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df2d71; background: linear-gradient(135deg, #df2d71, #DF602D);