#df405c
a balanced, vivid red · warm · closest name: crimson
RGB
223, 64, 92
HSL
349°, 71%, 56%
CMYK
0, 71, 59, 13
Luminance
0.2013
Every format
| HEX | #df405c |
| RGB | rgb(223, 64, 92) |
| HSL | hsl(349, 71%, 56%) |
| CMYK | cmyk(0%, 71%, 59%, 13%) |
| LAB | lab(52.0 62.6 20.8) |
| LCH | lch(52.0 66.0 18.4) |
| OKLCH | oklch(0.611 0.195 15.2) |
Copy-ready code
/* CSS */
color: #df405c;
background-color: #df405c;
/* Tailwind (arbitrary) */
class="text-[#df405c] bg-[#df405c]"
/* SCSS */
$brand: #df405c;
/* SwiftUI */
Color(red: 0.875, green: 0.251, blue: 0.361)
/* Android */
Color.parseColor("#df405c")Accessibility — WCAG contrast
Aa
#df405c on white: 4.18:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#df405c on black: 5.03:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green25.1%
Blue36.1%
CMYK percentages
Cyan0.0%
Magenta71.3%
Yellow58.7%
Key (black)12.5%
Color previews
#df405c text on a black background
contrast 5.03:1
Card sample
#df405c text on a white background
contrast 4.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df405c;
Background color
Panel with #df405c background
background-color: #df405c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df405c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 64, 92, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 64, 92, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df405c; background: linear-gradient(135deg, #df405c, #DF8E40);