#aa9727
a dark, vivid yellow · cool · closest name: olive
RGB
170, 151, 39
HSL
51°, 63%, 41%
CMYK
0, 11, 77, 33
Luminance
0.3083
Every format
| HEX | #aa9727 |
| RGB | rgb(170, 151, 39) |
| HSL | hsl(51, 63%, 41%) |
| CMYK | cmyk(0%, 11%, 77%, 33%) |
| LAB | lab(62.4 -5.0 57.4) |
| LCH | lch(62.4 57.6 95.0) |
| OKLCH | oklch(0.674 0.127 99.1) |
Copy-ready code
/* CSS */
color: #aa9727;
background-color: #aa9727;
/* Tailwind (arbitrary) */
class="text-[#aa9727] bg-[#aa9727]"
/* SCSS */
$brand: #aa9727;
/* SwiftUI */
Color(red: 0.667, green: 0.592, blue: 0.153)
/* Android */
Color.parseColor("#aa9727")Accessibility — WCAG contrast
Aa
#aa9727 on white: 2.93:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aa9727 on black: 7.17:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red66.7%
Green59.2%
Blue15.3%
CMYK percentages
Cyan0.0%
Magenta11.2%
Yellow77.1%
Key (black)33.3%
Color previews
#aa9727 text on a black background
contrast 7.17:1
Card sample
#aa9727 text on a white background
contrast 2.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aa9727;
Background color
Panel with #aa9727 background
background-color: #aa9727;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aa9727;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(170, 151, 39, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(170, 151, 39, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aa9727; background: linear-gradient(135deg, #aa9727, #66AA27);