#a45607
a dark, electric orange · warm · closest name: chocolate
RGB
164, 86, 7
HSL
30°, 92%, 34%
CMYK
0, 48, 96, 36
Luminance
0.1456
Every format
| HEX | #a45607 |
| RGB | rgb(164, 86, 7) |
| HSL | hsl(30, 92%, 34%) |
| CMYK | cmyk(0%, 48%, 96%, 36%) |
| LAB | lab(45.0 27.6 52.2) |
| LCH | lch(45.0 59.1 62.1) |
| OKLCH | oklch(0.536 0.129 56.1) |
Copy-ready code
/* CSS */
color: #a45607;
background-color: #a45607;
/* Tailwind (arbitrary) */
class="text-[#a45607] bg-[#a45607]"
/* SCSS */
$brand: #a45607;
/* SwiftUI */
Color(red: 0.643, green: 0.337, blue: 0.027)
/* Android */
Color.parseColor("#a45607")Accessibility — WCAG contrast
Aa
#a45607 on white: 5.37:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#a45607 on black: 3.91:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red64.3%
Green33.7%
Blue2.7%
CMYK percentages
Cyan0.0%
Magenta47.6%
Yellow95.7%
Key (black)35.7%
Color previews
#a45607 text on a black background
contrast 3.91:1
Card sample
#a45607 text on a white background
contrast 5.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a45607;
Background color
Panel with #a45607 background
background-color: #a45607;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a45607;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(164, 86, 7, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(164, 86, 7, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a45607; background: linear-gradient(135deg, #a45607, #89A407);