#df4741
a balanced, vivid red · warm · closest name: tomato
RGB
223, 71, 65
HSL
2°, 71%, 57%
CMYK
0, 68, 71, 13
Luminance
0.2058
Every format
| HEX | #df4741 |
| RGB | rgb(223, 71, 65) |
| HSL | hsl(2, 71%, 57%) |
| CMYK | cmyk(0%, 68%, 71%, 13%) |
| LAB | lab(52.5 58.5 37.2) |
| LCH | lch(52.5 69.3 32.5) |
| OKLCH | oklch(0.613 0.190 26.6) |
Copy-ready code
/* CSS */
color: #df4741;
background-color: #df4741;
/* Tailwind (arbitrary) */
class="text-[#df4741] bg-[#df4741]"
/* SCSS */
$brand: #df4741;
/* SwiftUI */
Color(red: 0.875, green: 0.278, blue: 0.255)
/* Android */
Color.parseColor("#df4741")Accessibility — WCAG contrast
Aa
#df4741 on white: 4.11:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#df4741 on black: 5.12:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green27.8%
Blue25.5%
CMYK percentages
Cyan0.0%
Magenta68.2%
Yellow70.9%
Key (black)12.5%
Color previews
#df4741 text on a black background
contrast 5.12:1
Card sample
#df4741 text on a white background
contrast 4.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df4741;
Background color
Panel with #df4741 background
background-color: #df4741;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df4741;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 71, 65, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 71, 65, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df4741; background: linear-gradient(135deg, #df4741, #DFB041);