#df4f3e
a balanced, vivid red · warm · closest name: tomato
RGB
223, 79, 62
HSL
6°, 72%, 56%
CMYK
0, 65, 72, 13
Luminance
0.2163
Every format
| HEX | #df4f3e |
| RGB | rgb(223, 79, 62) |
| HSL | hsl(6, 72%, 56%) |
| CMYK | cmyk(0%, 65%, 72%, 13%) |
| LAB | lab(53.6 55.1 40.2) |
| LCH | lch(53.6 68.2 36.1) |
| OKLCH | oklch(0.621 0.183 29.8) |
Copy-ready code
/* CSS */
color: #df4f3e;
background-color: #df4f3e;
/* Tailwind (arbitrary) */
class="text-[#df4f3e] bg-[#df4f3e]"
/* SCSS */
$brand: #df4f3e;
/* SwiftUI */
Color(red: 0.875, green: 0.310, blue: 0.243)
/* Android */
Color.parseColor("#df4f3e")Accessibility — WCAG contrast
Aa
#df4f3e on white: 3.94:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#df4f3e on black: 5.33:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green31.0%
Blue24.3%
CMYK percentages
Cyan0.0%
Magenta64.6%
Yellow72.2%
Key (black)12.5%
Color previews
#df4f3e text on a black background
contrast 5.33:1
Card sample
#df4f3e text on a white background
contrast 3.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df4f3e;
Background color
Panel with #df4f3e background
background-color: #df4f3e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df4f3e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 79, 62, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 79, 62, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df4f3e; background: linear-gradient(135deg, #df4f3e, #DFBA3E);