#df4027
a balanced, vivid red · warm · closest name: tomato
RGB
223, 64, 39
HSL
8°, 74%, 51%
CMYK
0, 71, 83, 13
Luminance
0.1950
Every format
| HEX | #df4027 |
| RGB | rgb(223, 64, 39) |
| HSL | hsl(8, 74%, 51%) |
| CMYK | cmyk(0%, 71%, 83%, 13%) |
| LAB | lab(51.3 60.1 49.7) |
| LCH | lch(51.3 78.0 39.6) |
| OKLCH | oklch(0.603 0.200 31.8) |
Copy-ready code
/* CSS */
color: #df4027;
background-color: #df4027;
/* Tailwind (arbitrary) */
class="text-[#df4027] bg-[#df4027]"
/* SCSS */
$brand: #df4027;
/* SwiftUI */
Color(red: 0.875, green: 0.251, blue: 0.153)
/* Android */
Color.parseColor("#df4027")Accessibility — WCAG contrast
Aa
#df4027 on white: 4.29:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#df4027 on black: 4.90:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green25.1%
Blue15.3%
CMYK percentages
Cyan0.0%
Magenta71.3%
Yellow82.5%
Key (black)12.5%
Color previews
#df4027 text on a black background
contrast 4.90:1
Card sample
#df4027 text on a white background
contrast 4.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df4027;
Background color
Panel with #df4027 background
background-color: #df4027;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df4027;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 64, 39, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 64, 39, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df4027; background: linear-gradient(135deg, #df4027, #DFBB27);