#ad5713
a dark, electric orange · warm · closest name: chocolate
RGB
173, 87, 19
HSL
27°, 80%, 38%
CMYK
0, 50, 89, 32
Luminance
0.1575
Every format
| HEX | #ad5713 |
| RGB | rgb(173, 87, 19) |
| HSL | hsl(27, 80%, 38%) |
| CMYK | cmyk(0%, 50%, 89%, 32%) |
| LAB | lab(46.6 31.1 50.7) |
| LCH | lch(46.6 59.5 58.5) |
| OKLCH | oklch(0.552 0.134 52.0) |
Copy-ready code
/* CSS */
color: #ad5713;
background-color: #ad5713;
/* Tailwind (arbitrary) */
class="text-[#ad5713] bg-[#ad5713]"
/* SCSS */
$brand: #ad5713;
/* SwiftUI */
Color(red: 0.678, green: 0.341, blue: 0.075)
/* Android */
Color.parseColor("#ad5713")Accessibility — WCAG contrast
Aa
#ad5713 on white: 5.06:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ad5713 on black: 4.15:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green34.1%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta49.7%
Yellow89.0%
Key (black)32.2%
Color previews
#ad5713 text on a black background
contrast 4.15:1
Card sample
#ad5713 text on a white background
contrast 5.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ad5713;
Background color
Panel with #ad5713 background
background-color: #ad5713;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ad5713;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 87, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 87, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ad5713; background: linear-gradient(135deg, #ad5713, #9CAD13);