#df124d
a balanced, electric magenta / pink · warm · closest name: crimson
RGB
223, 18, 77
HSL
343°, 85%, 47%
CMYK
0, 92, 66, 13
Luminance
0.1666
Every format
| HEX | #df124d |
| RGB | rgb(223, 18, 77) |
| HSL | hsl(343, 85%, 47%) |
| CMYK | cmyk(0%, 92%, 66%, 13%) |
| LAB | lab(47.8 72.7 24.4) |
| LCH | lch(47.8 76.7 18.6) |
| OKLCH | oklch(0.579 0.225 15.0) |
Copy-ready code
/* CSS */
color: #df124d;
background-color: #df124d;
/* Tailwind (arbitrary) */
class="text-[#df124d] bg-[#df124d]"
/* SCSS */
$brand: #df124d;
/* SwiftUI */
Color(red: 0.875, green: 0.071, blue: 0.302)
/* Android */
Color.parseColor("#df124d")Accessibility — WCAG contrast
Aa
#df124d on white: 4.85:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#df124d on black: 4.33:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green7.1%
Blue30.2%
CMYK percentages
Cyan0.0%
Magenta91.9%
Yellow65.5%
Key (black)12.5%
Color previews
#df124d text on a black background
contrast 4.33:1
Card sample
#df124d text on a white background
contrast 4.85:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df124d;
Background color
Panel with #df124d background
background-color: #df124d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df124d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 18, 77, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 18, 77, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df124d; background: linear-gradient(135deg, #df124d, #DF6012);