#df3124
a balanced, vivid red · warm · closest name: tomato
RGB
223, 49, 36
HSL
4°, 75%, 51%
CMYK
0, 78, 84, 13
Luminance
0.1801
Every format
| HEX | #df3124 |
| RGB | rgb(223, 49, 36) |
| HSL | hsl(4, 75%, 51%) |
| CMYK | cmyk(0%, 78%, 84%, 13%) |
| LAB | lab(49.5 64.9 49.6) |
| LCH | lch(49.5 81.7 37.4) |
| OKLCH | oklch(0.590 0.211 29.4) |
Copy-ready code
/* CSS */
color: #df3124;
background-color: #df3124;
/* Tailwind (arbitrary) */
class="text-[#df3124] bg-[#df3124]"
/* SCSS */
$brand: #df3124;
/* SwiftUI */
Color(red: 0.875, green: 0.192, blue: 0.141)
/* Android */
Color.parseColor("#df3124")Accessibility — WCAG contrast
Aa
#df3124 on white: 4.56:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#df3124 on black: 4.60:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green19.2%
Blue14.1%
CMYK percentages
Cyan0.0%
Magenta78.0%
Yellow83.9%
Key (black)12.5%
Color previews
#df3124 text on a black background
contrast 4.60:1
Card sample
#df3124 text on a white background
contrast 4.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df3124;
Background color
Panel with #df3124 background
background-color: #df3124;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df3124;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 49, 36, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 49, 36, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df3124; background: linear-gradient(135deg, #df3124, #DFAE24);