#df104c
a balanced, electric magenta / pink · warm · closest name: crimson
RGB
223, 16, 76
HSL
343°, 87%, 47%
CMYK
0, 93, 66, 13
Luminance
0.1658
Every format
| HEX | #df104c |
| RGB | rgb(223, 16, 76) |
| HSL | hsl(343, 87%, 47%) |
| CMYK | cmyk(0%, 93%, 66%, 13%) |
| LAB | lab(47.7 72.8 24.9) |
| LCH | lch(47.7 77.0 18.9) |
| OKLCH | oklch(0.578 0.226 15.2) |
Copy-ready code
/* CSS */
color: #df104c;
background-color: #df104c;
/* Tailwind (arbitrary) */
class="text-[#df104c] bg-[#df104c]"
/* SCSS */
$brand: #df104c;
/* SwiftUI */
Color(red: 0.875, green: 0.063, blue: 0.298)
/* Android */
Color.parseColor("#df104c")Accessibility — WCAG contrast
Aa
#df104c on white: 4.87:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#df104c on black: 4.32:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green6.3%
Blue29.8%
CMYK percentages
Cyan0.0%
Magenta92.8%
Yellow65.9%
Key (black)12.5%
Color previews
#df104c text on a black background
contrast 4.32:1
Card sample
#df104c text on a white background
contrast 4.87:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df104c;
Background color
Panel with #df104c background
background-color: #df104c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df104c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 16, 76, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 16, 76, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df104c; background: linear-gradient(135deg, #df104c, #DF5E10);