#d54513
a balanced, electric orange · warm · closest name: tomato
RGB
213, 69, 19
HSL
16°, 84%, 46%
CMYK
0, 68, 91, 17
Luminance
0.1845
Every format
| HEX | #d54513 |
| RGB | rgb(213, 69, 19) |
| HSL | hsl(16, 84%, 46%) |
| CMYK | cmyk(0%, 68%, 91%, 17%) |
| LAB | lab(50.0 54.6 56.2) |
| LCH | lch(50.0 78.3 45.8) |
| OKLCH | oklch(0.590 0.189 36.9) |
Copy-ready code
/* CSS */
color: #d54513;
background-color: #d54513;
/* Tailwind (arbitrary) */
class="text-[#d54513] bg-[#d54513]"
/* SCSS */
$brand: #d54513;
/* SwiftUI */
Color(red: 0.835, green: 0.271, blue: 0.075)
/* Android */
Color.parseColor("#d54513")Accessibility — WCAG contrast
Aa
#d54513 on white: 4.48:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#d54513 on black: 4.69:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red83.5%
Green27.1%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta67.6%
Yellow91.1%
Key (black)16.5%
Color previews
#d54513 text on a black background
contrast 4.69:1
Card sample
#d54513 text on a white background
contrast 4.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d54513;
Background color
Panel with #d54513 background
background-color: #d54513;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d54513;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(213, 69, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(213, 69, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d54513; background: linear-gradient(135deg, #d54513, #D5C613);