#df1957
a balanced, electric magenta / pink · warm · closest name: crimson
RGB
223, 25, 87
HSL
341°, 80%, 49%
CMYK
0, 89, 61, 13
Luminance
0.1707
Every format
| HEX | #df1957 |
| RGB | rgb(223, 25, 87) |
| HSL | hsl(341, 80%, 49%) |
| CMYK | cmyk(0%, 89%, 61%, 13%) |
| LAB | lab(48.4 72.3 18.9) |
| LCH | lch(48.4 74.7 14.7) |
| OKLCH | oklch(0.583 0.223 12.0) |
Copy-ready code
/* CSS */
color: #df1957;
background-color: #df1957;
/* Tailwind (arbitrary) */
class="text-[#df1957] bg-[#df1957]"
/* SCSS */
$brand: #df1957;
/* SwiftUI */
Color(red: 0.875, green: 0.098, blue: 0.341)
/* Android */
Color.parseColor("#df1957")Accessibility — WCAG contrast
Aa
#df1957 on white: 4.76:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#df1957 on black: 4.41:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green9.8%
Blue34.1%
CMYK percentages
Cyan0.0%
Magenta88.8%
Yellow61.0%
Key (black)12.5%
Color previews
#df1957 text on a black background
contrast 4.41:1
Card sample
#df1957 text on a white background
contrast 4.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df1957;
Background color
Panel with #df1957 background
background-color: #df1957;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df1957;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 25, 87, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 25, 87, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df1957; background: linear-gradient(135deg, #df1957, #DF5F19);