#a17308
a dark, electric yellow · warm · closest name: peru
RGB
161, 115, 8
HSL
42°, 91%, 33%
CMYK
0, 29, 95, 37
Luminance
0.1986
Every format
| HEX | #a17308 |
| RGB | rgb(161, 115, 8) |
| HSL | hsl(42, 91%, 33%) |
| CMYK | cmyk(0%, 29%, 95%, 37%) |
| LAB | lab(51.7 10.0 56.5) |
| LCH | lch(51.7 57.4 80.0) |
| OKLCH | oklch(0.587 0.119 80.1) |
Copy-ready code
/* CSS */
color: #a17308;
background-color: #a17308;
/* Tailwind (arbitrary) */
class="text-[#a17308] bg-[#a17308]"
/* SCSS */
$brand: #a17308;
/* SwiftUI */
Color(red: 0.631, green: 0.451, blue: 0.031)
/* Android */
Color.parseColor("#a17308")Accessibility — WCAG contrast
Aa
#a17308 on white: 4.22:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#a17308 on black: 4.97:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red63.1%
Green45.1%
Blue3.1%
CMYK percentages
Cyan0.0%
Magenta28.6%
Yellow95.0%
Key (black)36.9%
Color previews
#a17308 text on a black background
contrast 4.97:1
Card sample
#a17308 text on a white background
contrast 4.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a17308;
Background color
Panel with #a17308 background
background-color: #a17308;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a17308;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(161, 115, 8, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(161, 115, 8, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a17308; background: linear-gradient(135deg, #a17308, #69A108);