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