#df374c
a balanced, vivid red · warm · closest name: crimson
RGB
223, 55, 76
HSL
353°, 72%, 55%
CMYK
0, 75, 66, 13
Luminance
0.1894
Every format
| HEX | #df374c |
| RGB | rgb(223, 55, 76) |
| HSL | hsl(353, 72%, 55%) |
| CMYK | cmyk(0%, 75%, 66%, 13%) |
| LAB | lab(50.6 64.6 28.6) |
| LCH | lch(50.6 70.7 23.8) |
| OKLCH | oklch(0.600 0.203 19.4) |
Copy-ready code
/* CSS */
color: #df374c;
background-color: #df374c;
/* Tailwind (arbitrary) */
class="text-[#df374c] bg-[#df374c]"
/* SCSS */
$brand: #df374c;
/* SwiftUI */
Color(red: 0.875, green: 0.216, blue: 0.298)
/* Android */
Color.parseColor("#df374c")Accessibility — WCAG contrast
Aa
#df374c on white: 4.39:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#df374c on black: 4.79:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green21.6%
Blue29.8%
CMYK percentages
Cyan0.0%
Magenta75.3%
Yellow65.9%
Key (black)12.5%
Color previews
#df374c text on a black background
contrast 4.79:1
Card sample
#df374c text on a white background
contrast 4.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df374c;
Background color
Panel with #df374c background
background-color: #df374c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df374c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 55, 76, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 55, 76, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df374c; background: linear-gradient(135deg, #df374c, #DF9237);