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