#df1561
a balanced, electric magenta / pink · warm · closest name: crimson
RGB
223, 21, 97
HSL
337°, 83%, 48%
CMYK
0, 91, 57, 13
Luminance
0.1709
Every format
| HEX | #df1561 |
| RGB | rgb(223, 21, 97) |
| HSL | hsl(337, 83%, 48%) |
| CMYK | cmyk(0%, 91%, 57%, 13%) |
| LAB | lab(48.4 73.4 12.8) |
| LCH | lch(48.4 74.5 9.9) |
| OKLCH | oklch(0.584 0.226 8.2) |
Copy-ready code
/* CSS */
color: #df1561;
background-color: #df1561;
/* Tailwind (arbitrary) */
class="text-[#df1561] bg-[#df1561]"
/* SCSS */
$brand: #df1561;
/* SwiftUI */
Color(red: 0.875, green: 0.082, blue: 0.380)
/* Android */
Color.parseColor("#df1561")Accessibility — WCAG contrast
Aa
#df1561 on white: 4.75:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#df1561 on black: 4.42:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green8.2%
Blue38.0%
CMYK percentages
Cyan0.0%
Magenta90.6%
Yellow56.5%
Key (black)12.5%
Color previews
#df1561 text on a black background
contrast 4.42:1
Card sample
#df1561 text on a white background
contrast 4.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df1561;
Background color
Panel with #df1561 background
background-color: #df1561;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df1561;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 21, 97, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 21, 97, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df1561; background: linear-gradient(135deg, #df1561, #DF5015);