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