#df174d
a balanced, electric magenta / pink · warm · closest name: crimson
RGB
223, 23, 77
HSL
344°, 81%, 48%
CMYK
0, 90, 66, 13
Luminance
0.1684
Every format
| HEX | #df174d |
| RGB | rgb(223, 23, 77) |
| HSL | hsl(344, 81%, 48%) |
| CMYK | cmyk(0%, 90%, 66%, 13%) |
| LAB | lab(48.1 72.0 24.7) |
| LCH | lch(48.1 76.1 18.9) |
| OKLCH | oklch(0.581 0.223 15.3) |
Copy-ready code
/* CSS */
color: #df174d;
background-color: #df174d;
/* Tailwind (arbitrary) */
class="text-[#df174d] bg-[#df174d]"
/* SCSS */
$brand: #df174d;
/* SwiftUI */
Color(red: 0.875, green: 0.090, blue: 0.302)
/* Android */
Color.parseColor("#df174d")Accessibility — WCAG contrast
Aa
#df174d on white: 4.81:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#df174d on black: 4.37:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green9.0%
Blue30.2%
CMYK percentages
Cyan0.0%
Magenta89.7%
Yellow65.5%
Key (black)12.5%
Color previews
#df174d text on a black background
contrast 4.37:1
Card sample
#df174d text on a white background
contrast 4.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df174d;
Background color
Panel with #df174d background
background-color: #df174d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df174d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 23, 77, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 23, 77, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df174d; background: linear-gradient(135deg, #df174d, #DF6617);