#a57713
a dark, electric yellow · warm · closest name: peru
RGB
165, 119, 19
HSL
41°, 79%, 36%
CMYK
0, 28, 89, 35
Luminance
0.2124
Every format
| HEX | #a57713 |
| RGB | rgb(165, 119, 19) |
| HSL | hsl(41, 79%, 36%) |
| CMYK | cmyk(0%, 28%, 89%, 35%) |
| LAB | lab(53.2 9.7 55.5) |
| LCH | lch(53.2 56.3 80.0) |
| OKLCH | oklch(0.600 0.119 80.1) |
Copy-ready code
/* CSS */
color: #a57713;
background-color: #a57713;
/* Tailwind (arbitrary) */
class="text-[#a57713] bg-[#a57713]"
/* SCSS */
$brand: #a57713;
/* SwiftUI */
Color(red: 0.647, green: 0.467, blue: 0.075)
/* Android */
Color.parseColor("#a57713")Accessibility — WCAG contrast
Aa
#a57713 on white: 4.00:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#a57713 on black: 5.25:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red64.7%
Green46.7%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta27.9%
Yellow88.5%
Key (black)35.3%
Color previews
#a57713 text on a black background
contrast 5.25:1
Card sample
#a57713 text on a white background
contrast 4.00:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a57713;
Background color
Panel with #a57713 background
background-color: #a57713;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a57713;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(165, 119, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(165, 119, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a57713; background: linear-gradient(135deg, #a57713, #72A513);