#df1c70
a balanced, electric magenta / pink · warm · closest name: crimson
RGB
223, 28, 112
HSL
334°, 78%, 49%
CMYK
0, 87, 50, 13
Luminance
0.1769
Every format
| HEX | #df1c70 |
| RGB | rgb(223, 28, 112) |
| HSL | hsl(334, 78%, 49%) |
| CMYK | cmyk(0%, 87%, 50%, 13%) |
| LAB | lab(49.1 73.5 4.7) |
| LCH | lch(49.1 73.6 3.6) |
| OKLCH | oklch(0.591 0.226 3.2) |
Copy-ready code
/* CSS */
color: #df1c70;
background-color: #df1c70;
/* Tailwind (arbitrary) */
class="text-[#df1c70] bg-[#df1c70]"
/* SCSS */
$brand: #df1c70;
/* SwiftUI */
Color(red: 0.875, green: 0.110, blue: 0.439)
/* Android */
Color.parseColor("#df1c70")Accessibility — WCAG contrast
Aa
#df1c70 on white: 4.63:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#df1c70 on black: 4.54:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green11.0%
Blue43.9%
CMYK percentages
Cyan0.0%
Magenta87.4%
Yellow49.8%
Key (black)12.5%
Color previews
#df1c70 text on a black background
contrast 4.54:1
Card sample
#df1c70 text on a white background
contrast 4.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df1c70;
Background color
Panel with #df1c70 background
background-color: #df1c70;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df1c70;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 28, 112, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 28, 112, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df1c70; background: linear-gradient(135deg, #df1c70, #DF4A1C);