#a74708
a dark, electric orange · warm · closest name: chocolate
RGB
167, 71, 8
HSL
24°, 91%, 34%
CMYK
0, 58, 95, 35
Luminance
0.1274
Every format
| HEX | #a74708 |
| RGB | rgb(167, 71, 8) |
| HSL | hsl(24, 91%, 34%) |
| CMYK | cmyk(0%, 58%, 95%, 35%) |
| LAB | lab(42.4 36.8 50.4) |
| LCH | lch(42.4 62.4 53.9) |
| OKLCH | oklch(0.517 0.142 45.9) |
Copy-ready code
/* CSS */
color: #a74708;
background-color: #a74708;
/* Tailwind (arbitrary) */
class="text-[#a74708] bg-[#a74708]"
/* SCSS */
$brand: #a74708;
/* SwiftUI */
Color(red: 0.655, green: 0.278, blue: 0.031)
/* Android */
Color.parseColor("#a74708")Accessibility — WCAG contrast
Aa
#a74708 on white: 5.92:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#a74708 on black: 3.55:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red65.5%
Green27.8%
Blue3.1%
CMYK percentages
Cyan0.0%
Magenta57.5%
Yellow95.2%
Key (black)34.5%
Color previews
#a74708 text on a black background
contrast 3.55:1
Card sample
#a74708 text on a white background
contrast 5.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a74708;
Background color
Panel with #a74708 background
background-color: #a74708;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a74708;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(167, 71, 8, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(167, 71, 8, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a74708; background: linear-gradient(135deg, #a74708, #9DA708);