#df1370
a balanced, electric magenta / pink · warm · closest name: crimson
RGB
223, 19, 112
HSL
333°, 84%, 48%
CMYK
0, 92, 50, 13
Luminance
0.1732
Every format
| HEX | #df1370 |
| RGB | rgb(223, 19, 112) |
| HSL | hsl(333, 84%, 48%) |
| CMYK | cmyk(0%, 92%, 50%, 13%) |
| LAB | lab(48.7 74.8 4.0) |
| LCH | lch(48.7 74.9 3.1) |
| OKLCH | oklch(0.588 0.230 2.7) |
Copy-ready code
/* CSS */
color: #df1370;
background-color: #df1370;
/* Tailwind (arbitrary) */
class="text-[#df1370] bg-[#df1370]"
/* SCSS */
$brand: #df1370;
/* SwiftUI */
Color(red: 0.875, green: 0.075, blue: 0.439)
/* Android */
Color.parseColor("#df1370")Accessibility — WCAG contrast
Aa
#df1370 on white: 4.70:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#df1370 on black: 4.46:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green7.5%
Blue43.9%
CMYK percentages
Cyan0.0%
Magenta91.5%
Yellow49.8%
Key (black)12.5%
Color previews
#df1370 text on a black background
contrast 4.46:1
Card sample
#df1370 text on a white background
contrast 4.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df1370;
Background color
Panel with #df1370 background
background-color: #df1370;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df1370;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 19, 112, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 19, 112, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df1370; background: linear-gradient(135deg, #df1370, #DF3E13);