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