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