#d64607
a dark, electric orange · warm · closest name: tomato
RGB
214, 70, 7
HSL
18°, 94%, 43%
CMYK
0, 67, 97, 16
Luminance
0.1869
Every format
| HEX | #d64607 |
| RGB | rgb(214, 70, 7) |
| HSL | hsl(18, 94%, 43%) |
| CMYK | cmyk(0%, 67%, 97%, 16%) |
| LAB | lab(50.3 54.4 59.6) |
| LCH | lch(50.3 80.7 47.6) |
| OKLCH | oklch(0.592 0.190 38.3) |
Copy-ready code
/* CSS */
color: #d64607;
background-color: #d64607;
/* Tailwind (arbitrary) */
class="text-[#d64607] bg-[#d64607]"
/* SCSS */
$brand: #d64607;
/* SwiftUI */
Color(red: 0.839, green: 0.275, blue: 0.027)
/* Android */
Color.parseColor("#d64607")Accessibility — WCAG contrast
Aa
#d64607 on white: 4.43:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#d64607 on black: 4.74:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red83.9%
Green27.5%
Blue2.7%
CMYK percentages
Cyan0.0%
Magenta67.3%
Yellow96.7%
Key (black)16.1%
Color previews
#d64607 text on a black background
contrast 4.74:1
Card sample
#d64607 text on a white background
contrast 4.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d64607;
Background color
Panel with #d64607 background
background-color: #d64607;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d64607;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(214, 70, 7, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(214, 70, 7, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d64607; background: linear-gradient(135deg, #d64607, #D6D007);