#df1850
a balanced, electric magenta / pink · warm · closest name: crimson
RGB
223, 24, 80
HSL
343°, 81%, 48%
CMYK
0, 89, 64, 13
Luminance
0.1692
Every format
| HEX | #df1850 |
| RGB | rgb(223, 24, 80) |
| HSL | hsl(343, 81%, 48%) |
| CMYK | cmyk(0%, 89%, 64%, 13%) |
| LAB | lab(48.2 72.0 23.0) |
| LCH | lch(48.2 75.6 17.7) |
| OKLCH | oklch(0.582 0.223 14.4) |
Copy-ready code
/* CSS */
color: #df1850;
background-color: #df1850;
/* Tailwind (arbitrary) */
class="text-[#df1850] bg-[#df1850]"
/* SCSS */
$brand: #df1850;
/* SwiftUI */
Color(red: 0.875, green: 0.094, blue: 0.314)
/* Android */
Color.parseColor("#df1850")Accessibility — WCAG contrast
Aa
#df1850 on white: 4.79:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#df1850 on black: 4.38:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green9.4%
Blue31.4%
CMYK percentages
Cyan0.0%
Magenta89.2%
Yellow64.1%
Key (black)12.5%
Color previews
#df1850 text on a black background
contrast 4.38:1
Card sample
#df1850 text on a white background
contrast 4.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df1850;
Background color
Panel with #df1850 background
background-color: #df1850;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df1850;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 24, 80, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 24, 80, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df1850; background: linear-gradient(135deg, #df1850, #DF6518);