#df1471
a balanced, electric magenta / pink · warm · closest name: crimson
RGB
223, 20, 113
HSL
333°, 84%, 48%
CMYK
0, 91, 49, 13
Luminance
0.1738
Every format
| HEX | #df1471 |
| RGB | rgb(223, 20, 113) |
| HSL | hsl(333, 84%, 48%) |
| CMYK | cmyk(0%, 91%, 49%, 13%) |
| LAB | lab(48.7 74.7 3.5) |
| LCH | lch(48.7 74.8 2.7) |
| OKLCH | oklch(0.588 0.230 2.4) |
Copy-ready code
/* CSS */
color: #df1471;
background-color: #df1471;
/* Tailwind (arbitrary) */
class="text-[#df1471] bg-[#df1471]"
/* SCSS */
$brand: #df1471;
/* SwiftUI */
Color(red: 0.875, green: 0.078, blue: 0.443)
/* Android */
Color.parseColor("#df1471")Accessibility — WCAG contrast
Aa
#df1471 on white: 4.69:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#df1471 on black: 4.48:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green7.8%
Blue44.3%
CMYK percentages
Cyan0.0%
Magenta91.0%
Yellow49.3%
Key (black)12.5%
Color previews
#df1471 text on a black background
contrast 4.48:1
Card sample
#df1471 text on a white background
contrast 4.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df1471;
Background color
Panel with #df1471 background
background-color: #df1471;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df1471;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 20, 113, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 20, 113, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df1471; background: linear-gradient(135deg, #df1471, #DF3E14);