#df176c
a balanced, electric magenta / pink · warm · closest name: crimson
RGB
223, 23, 108
HSL
335°, 81%, 48%
CMYK
0, 90, 52, 13
Luminance
0.1738
Every format
| HEX | #df176c |
| RGB | rgb(223, 23, 108) |
| HSL | hsl(335, 81%, 48%) |
| CMYK | cmyk(0%, 90%, 52%, 13%) |
| LAB | lab(48.8 73.9 6.6) |
| LCH | lch(48.8 74.2 5.1) |
| OKLCH | oklch(0.588 0.227 4.4) |
Copy-ready code
/* CSS */
color: #df176c;
background-color: #df176c;
/* Tailwind (arbitrary) */
class="text-[#df176c] bg-[#df176c]"
/* SCSS */
$brand: #df176c;
/* SwiftUI */
Color(red: 0.875, green: 0.090, blue: 0.424)
/* Android */
Color.parseColor("#df176c")Accessibility — WCAG contrast
Aa
#df176c on white: 4.69:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#df176c on black: 4.48:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green9.0%
Blue42.4%
CMYK percentages
Cyan0.0%
Magenta89.7%
Yellow51.6%
Key (black)12.5%
Color previews
#df176c text on a black background
contrast 4.48:1
Card sample
#df176c text on a white background
contrast 4.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df176c;
Background color
Panel with #df176c background
background-color: #df176c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df176c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 23, 108, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 23, 108, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df176c; background: linear-gradient(135deg, #df176c, #DF4717);