#a55708
a dark, electric orange · warm · closest name: chocolate
RGB
165, 87, 8
HSL
30°, 91%, 34%
CMYK
0, 47, 95, 35
Luminance
0.1483
Every format
| HEX | #a55708 |
| RGB | rgb(165, 87, 8) |
| HSL | hsl(30, 91%, 34%) |
| CMYK | cmyk(0%, 47%, 95%, 35%) |
| LAB | lab(45.4 27.5 52.3) |
| LCH | lch(45.4 59.1 62.3) |
| OKLCH | oklch(0.540 0.129 56.3) |
Copy-ready code
/* CSS */
color: #a55708;
background-color: #a55708;
/* Tailwind (arbitrary) */
class="text-[#a55708] bg-[#a55708]"
/* SCSS */
$brand: #a55708;
/* SwiftUI */
Color(red: 0.647, green: 0.341, blue: 0.031)
/* Android */
Color.parseColor("#a55708")Accessibility — WCAG contrast
Aa
#a55708 on white: 5.29:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#a55708 on black: 3.97:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red64.7%
Green34.1%
Blue3.1%
CMYK percentages
Cyan0.0%
Magenta47.3%
Yellow95.2%
Key (black)35.3%
Color previews
#a55708 text on a black background
contrast 3.97:1
Card sample
#a55708 text on a white background
contrast 5.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a55708;
Background color
Panel with #a55708 background
background-color: #a55708;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a55708;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(165, 87, 8, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(165, 87, 8, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a55708; background: linear-gradient(135deg, #a55708, #8AA508);