#ad5413
a dark, electric orange · warm · closest name: chocolate
RGB
173, 84, 19
HSL
25°, 80%, 38%
CMYK
0, 51, 89, 32
Luminance
0.1527
Every format
| HEX | #ad5413 |
| RGB | rgb(173, 84, 19) |
| HSL | hsl(25, 80%, 38%) |
| CMYK | cmyk(0%, 51%, 89%, 32%) |
| LAB | lab(46.0 32.7 50.2) |
| LCH | lch(46.0 59.9 56.9) |
| OKLCH | oklch(0.547 0.136 50.1) |
Copy-ready code
/* CSS */
color: #ad5413;
background-color: #ad5413;
/* Tailwind (arbitrary) */
class="text-[#ad5413] bg-[#ad5413]"
/* SCSS */
$brand: #ad5413;
/* SwiftUI */
Color(red: 0.678, green: 0.329, blue: 0.075)
/* Android */
Color.parseColor("#ad5413")Accessibility — WCAG contrast
Aa
#ad5413 on white: 5.18:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ad5413 on black: 4.05:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green32.9%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta51.4%
Yellow89.0%
Key (black)32.2%
Color previews
#ad5413 text on a black background
contrast 4.05:1
Card sample
#ad5413 text on a white background
contrast 5.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ad5413;
Background color
Panel with #ad5413 background
background-color: #ad5413;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ad5413;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 84, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 84, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ad5413; background: linear-gradient(135deg, #ad5413, #9FAD13);