#a97f13
a dark, electric yellow · warm · closest name: peru
RGB
169, 127, 19
HSL
43°, 80%, 37%
CMYK
0, 25, 89, 34
Luminance
0.2366
Every format
| HEX | #a97f13 |
| RGB | rgb(169, 127, 19) |
| HSL | hsl(43, 80%, 37%) |
| CMYK | cmyk(0%, 25%, 89%, 34%) |
| LAB | lab(55.8 7.1 57.7) |
| LCH | lch(55.8 58.1 83.0) |
| OKLCH | oklch(0.621 0.123 84.1) |
Copy-ready code
/* CSS */
color: #a97f13;
background-color: #a97f13;
/* Tailwind (arbitrary) */
class="text-[#a97f13] bg-[#a97f13]"
/* SCSS */
$brand: #a97f13;
/* SwiftUI */
Color(red: 0.663, green: 0.498, blue: 0.075)
/* Android */
Color.parseColor("#a97f13")Accessibility — WCAG contrast
Aa
#a97f13 on white: 3.66:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#a97f13 on black: 5.73:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red66.3%
Green49.8%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta24.9%
Yellow88.8%
Key (black)33.7%
Color previews
#a97f13 text on a black background
contrast 5.73:1
Card sample
#a97f13 text on a white background
contrast 3.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a97f13;
Background color
Panel with #a97f13 background
background-color: #a97f13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a97f13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(169, 127, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(169, 127, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a97f13; background: linear-gradient(135deg, #a97f13, #6FA913);