#d34713
a balanced, electric orange · warm · closest name: tomato
RGB
211, 71, 19
HSL
16°, 84%, 45%
CMYK
0, 66, 91, 17
Luminance
0.1840
Every format
| HEX | #d34713 |
| RGB | rgb(211, 71, 19) |
| HSL | hsl(16, 84%, 45%) |
| CMYK | cmyk(0%, 66%, 91%, 17%) |
| LAB | lab(50.0 53.1 56.0) |
| LCH | lch(50.0 77.1 46.5) |
| OKLCH | oklch(0.589 0.185 37.7) |
Copy-ready code
/* CSS */
color: #d34713;
background-color: #d34713;
/* Tailwind (arbitrary) */
class="text-[#d34713] bg-[#d34713]"
/* SCSS */
$brand: #d34713;
/* SwiftUI */
Color(red: 0.827, green: 0.278, blue: 0.075)
/* Android */
Color.parseColor("#d34713")Accessibility — WCAG contrast
Aa
#d34713 on white: 4.49:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#d34713 on black: 4.68:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red82.7%
Green27.8%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta66.4%
Yellow91.0%
Key (black)17.3%
Color previews
#d34713 text on a black background
contrast 4.68:1
Card sample
#d34713 text on a white background
contrast 4.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d34713;
Background color
Panel with #d34713 background
background-color: #d34713;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d34713;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(211, 71, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(211, 71, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d34713; background: linear-gradient(135deg, #d34713, #D3C713);