#a67006
a dark, electric orange · warm · closest name: peru
RGB
166, 112, 6
HSL
40°, 93%, 34%
CMYK
0, 33, 96, 35
Luminance
0.1971
Every format
| HEX | #a67006 |
| RGB | rgb(166, 112, 6) |
| HSL | hsl(40, 93%, 34%) |
| CMYK | cmyk(0%, 33%, 96%, 35%) |
| LAB | lab(51.5 13.9 57.1) |
| LCH | lch(51.5 58.8 76.3) |
| OKLCH | oklch(0.587 0.122 75.1) |
Copy-ready code
/* CSS */
color: #a67006;
background-color: #a67006;
/* Tailwind (arbitrary) */
class="text-[#a67006] bg-[#a67006]"
/* SCSS */
$brand: #a67006;
/* SwiftUI */
Color(red: 0.651, green: 0.439, blue: 0.024)
/* Android */
Color.parseColor("#a67006")Accessibility — WCAG contrast
Aa
#a67006 on white: 4.25:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#a67006 on black: 4.94:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red65.1%
Green43.9%
Blue2.4%
CMYK percentages
Cyan0.0%
Magenta32.5%
Yellow96.4%
Key (black)34.9%
Color previews
#a67006 text on a black background
contrast 4.94:1
Card sample
#a67006 text on a white background
contrast 4.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a67006;
Background color
Panel with #a67006 background
background-color: #a67006;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a67006;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(166, 112, 6, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(166, 112, 6, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a67006; background: linear-gradient(135deg, #a67006, #71A606);