#df4512
a balanced, electric red · warm · closest name: tomato
RGB
223, 69, 18
HSL
15°, 85%, 47%
CMYK
0, 69, 92, 13
Luminance
0.1999
Every format
| HEX | #df4512 |
| RGB | rgb(223, 69, 18) |
| HSL | hsl(15, 85%, 47%) |
| CMYK | cmyk(0%, 69%, 92%, 13%) |
| LAB | lab(51.8 57.9 58.5) |
| LCH | lch(51.8 82.3 45.3) |
| OKLCH | oklch(0.607 0.198 36.2) |
Copy-ready code
/* CSS */
color: #df4512;
background-color: #df4512;
/* Tailwind (arbitrary) */
class="text-[#df4512] bg-[#df4512]"
/* SCSS */
$brand: #df4512;
/* SwiftUI */
Color(red: 0.875, green: 0.271, blue: 0.071)
/* Android */
Color.parseColor("#df4512")Accessibility — WCAG contrast
Aa
#df4512 on white: 4.20:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#df4512 on black: 5.00:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green27.1%
Blue7.1%
CMYK percentages
Cyan0.0%
Magenta69.1%
Yellow91.9%
Key (black)12.5%
Color previews
#df4512 text on a black background
contrast 5.00:1
Card sample
#df4512 text on a white background
contrast 4.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df4512;
Background color
Panel with #df4512 background
background-color: #df4512;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df4512;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 69, 18, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 69, 18, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df4512; background: linear-gradient(135deg, #df4512, #DFCE12);