#df340d
a balanced, electric red · warm · closest name: tomato
RGB
223, 52, 13
HSL
11°, 89%, 46%
CMYK
0, 77, 94, 13
Luminance
0.1817
Every format
| HEX | #df340d |
| RGB | rgb(223, 52, 13) |
| HSL | hsl(11, 89%, 46%) |
| CMYK | cmyk(0%, 77%, 94%, 13%) |
| LAB | lab(49.7 63.6 58.7) |
| LCH | lch(49.7 86.6 42.7) |
| OKLCH | oklch(0.591 0.211 33.0) |
Copy-ready code
/* CSS */
color: #df340d;
background-color: #df340d;
/* Tailwind (arbitrary) */
class="text-[#df340d] bg-[#df340d]"
/* SCSS */
$brand: #df340d;
/* SwiftUI */
Color(red: 0.875, green: 0.204, blue: 0.051)
/* Android */
Color.parseColor("#df340d")Accessibility — WCAG contrast
Aa
#df340d on white: 4.53:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#df340d on black: 4.63:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green20.4%
Blue5.1%
CMYK percentages
Cyan0.0%
Magenta76.7%
Yellow94.2%
Key (black)12.5%
Color previews
#df340d text on a black background
contrast 4.63:1
Card sample
#df340d text on a white background
contrast 4.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df340d;
Background color
Panel with #df340d background
background-color: #df340d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df340d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 52, 13, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 52, 13, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df340d; background: linear-gradient(135deg, #df340d, #DFC00D);