#aa7711
a dark, electric yellow · warm · closest name: peru
RGB
170, 119, 17
HSL
40°, 82%, 37%
CMYK
0, 30, 90, 33
Luminance
0.2178
Every format
| HEX | #aa7711 |
| RGB | rgb(170, 119, 17) |
| HSL | hsl(40, 82%, 37%) |
| CMYK | cmyk(0%, 30%, 90%, 33%) |
| LAB | lab(53.8 12.0 56.7) |
| LCH | lch(53.8 57.9 78.1) |
| OKLCH | oklch(0.606 0.122 77.5) |
Copy-ready code
/* CSS */
color: #aa7711;
background-color: #aa7711;
/* Tailwind (arbitrary) */
class="text-[#aa7711] bg-[#aa7711]"
/* SCSS */
$brand: #aa7711;
/* SwiftUI */
Color(red: 0.667, green: 0.467, blue: 0.067)
/* Android */
Color.parseColor("#aa7711")Accessibility — WCAG contrast
Aa
#aa7711 on white: 3.92:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#aa7711 on black: 5.36:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red66.7%
Green46.7%
Blue6.7%
CMYK percentages
Cyan0.0%
Magenta30.0%
Yellow90.0%
Key (black)33.3%
Color previews
#aa7711 text on a black background
contrast 5.36:1
Card sample
#aa7711 text on a white background
contrast 3.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aa7711;
Background color
Panel with #aa7711 background
background-color: #aa7711;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aa7711;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(170, 119, 17, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(170, 119, 17, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aa7711; background: linear-gradient(135deg, #aa7711, #77AA11);