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