#d73607
a dark, electric red · warm · closest name: tomato
RGB
215, 54, 7
HSL
14°, 94%, 44%
CMYK
0, 75, 97, 16
Luminance
0.1710
Every format
| HEX | #d73607 |
| RGB | rgb(215, 54, 7) |
| HSL | hsl(14, 94%, 44%) |
| CMYK | cmyk(0%, 75%, 97%, 16%) |
| LAB | lab(48.4 60.5 58.6) |
| LCH | lch(48.4 84.3 44.1) |
| OKLCH | oklch(0.578 0.203 34.3) |
Copy-ready code
/* CSS */
color: #d73607;
background-color: #d73607;
/* Tailwind (arbitrary) */
class="text-[#d73607] bg-[#d73607]"
/* SCSS */
$brand: #d73607;
/* SwiftUI */
Color(red: 0.843, green: 0.212, blue: 0.027)
/* Android */
Color.parseColor("#d73607")Accessibility — WCAG contrast
Aa
#d73607 on white: 4.75:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#d73607 on black: 4.42:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red84.3%
Green21.2%
Blue2.7%
CMYK percentages
Cyan0.0%
Magenta74.9%
Yellow96.7%
Key (black)15.7%
Color previews
#d73607 text on a black background
contrast 4.42:1
Card sample
#d73607 text on a white background
contrast 4.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d73607;
Background color
Panel with #d73607 background
background-color: #d73607;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d73607;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(215, 54, 7, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(215, 54, 7, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d73607; background: linear-gradient(135deg, #d73607, #D7C107);