#df4030
a balanced, vivid red · warm · closest name: tomato
RGB
223, 64, 48
HSL
6°, 73%, 53%
CMYK
0, 71, 79, 13
Luminance
0.1957
Every format
| HEX | #df4030 |
| RGB | rgb(223, 64, 48) |
| HSL | hsl(6, 73%, 53%) |
| CMYK | cmyk(0%, 71%, 79%, 13%) |
| LAB | lab(51.4 60.4 45.2) |
| LCH | lch(51.4 75.5 36.8) |
| OKLCH | oklch(0.604 0.198 29.7) |
Copy-ready code
/* CSS */
color: #df4030;
background-color: #df4030;
/* Tailwind (arbitrary) */
class="text-[#df4030] bg-[#df4030]"
/* SCSS */
$brand: #df4030;
/* SwiftUI */
Color(red: 0.875, green: 0.251, blue: 0.188)
/* Android */
Color.parseColor("#df4030")Accessibility — WCAG contrast
Aa
#df4030 on white: 4.27:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#df4030 on black: 4.91:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green25.1%
Blue18.8%
CMYK percentages
Cyan0.0%
Magenta71.3%
Yellow78.5%
Key (black)12.5%
Color previews
#df4030 text on a black background
contrast 4.91:1
Card sample
#df4030 text on a white background
contrast 4.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df4030;
Background color
Panel with #df4030 background
background-color: #df4030;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df4030;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 64, 48, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 64, 48, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df4030; background: linear-gradient(135deg, #df4030, #DFB530);