#df394c
a balanced, vivid red · warm · closest name: crimson
RGB
223, 57, 76
HSL
353°, 72%, 55%
CMYK
0, 74, 66, 13
Luminance
0.1914
Every format
| HEX | #df394c |
| RGB | rgb(223, 57, 76) |
| HSL | hsl(353, 72%, 55%) |
| CMYK | cmyk(0%, 74%, 66%, 13%) |
| LAB | lab(50.9 64.0 28.9) |
| LCH | lch(50.9 70.2 24.3) |
| OKLCH | oklch(0.601 0.201 19.8) |
Copy-ready code
/* CSS */
color: #df394c;
background-color: #df394c;
/* Tailwind (arbitrary) */
class="text-[#df394c] bg-[#df394c]"
/* SCSS */
$brand: #df394c;
/* SwiftUI */
Color(red: 0.875, green: 0.224, blue: 0.298)
/* Android */
Color.parseColor("#df394c")Accessibility — WCAG contrast
Aa
#df394c on white: 4.35:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#df394c on black: 4.83:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green22.4%
Blue29.8%
CMYK percentages
Cyan0.0%
Magenta74.4%
Yellow65.9%
Key (black)12.5%
Color previews
#df394c text on a black background
contrast 4.83:1
Card sample
#df394c text on a white background
contrast 4.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df394c;
Background color
Panel with #df394c background
background-color: #df394c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df394c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 57, 76, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 57, 76, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df394c; background: linear-gradient(135deg, #df394c, #DF9539);