#ad4113
a dark, electric orange · warm · closest name: firebrick
RGB
173, 65, 19
HSL
18°, 80%, 38%
CMYK
0, 62, 89, 32
Luminance
0.1271
Every format
| HEX | #ad4113 |
| RGB | rgb(173, 65, 19) |
| HSL | hsl(18, 80%, 38%) |
| CMYK | cmyk(0%, 62%, 89%, 32%) |
| LAB | lab(42.3 42.2 47.3) |
| LCH | lch(42.3 63.4 48.3) |
| OKLCH | oklch(0.519 0.151 40.1) |
Copy-ready code
/* CSS */
color: #ad4113;
background-color: #ad4113;
/* Tailwind (arbitrary) */
class="text-[#ad4113] bg-[#ad4113]"
/* SCSS */
$brand: #ad4113;
/* SwiftUI */
Color(red: 0.678, green: 0.255, blue: 0.075)
/* Android */
Color.parseColor("#ad4113")Accessibility — WCAG contrast
Aa
#ad4113 on white: 5.93:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ad4113 on black: 3.54:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green25.5%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta62.4%
Yellow89.0%
Key (black)32.2%
Color previews
#ad4113 text on a black background
contrast 3.54:1
Card sample
#ad4113 text on a white background
contrast 5.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ad4113;
Background color
Panel with #ad4113 background
background-color: #ad4113;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ad4113;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 65, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 65, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ad4113; background: linear-gradient(135deg, #ad4113, #ADA713);