#aa9944
a balanced, soft yellow · cool · closest name: olive
RGB
170, 153, 68
HSL
50°, 43%, 47%
CMYK
0, 10, 60, 33
Luminance
0.3175
Every format
| HEX | #aa9944 |
| RGB | rgb(170, 153, 68) |
| HSL | hsl(50, 43%, 47%) |
| CMYK | cmyk(0%, 10%, 60%, 33%) |
| LAB | lab(63.1 -4.4 46.0) |
| LCH | lch(63.1 46.2 95.5) |
| OKLCH | oklch(0.681 0.107 98.1) |
Copy-ready code
/* CSS */
color: #aa9944;
background-color: #aa9944;
/* Tailwind (arbitrary) */
class="text-[#aa9944] bg-[#aa9944]"
/* SCSS */
$brand: #aa9944;
/* SwiftUI */
Color(red: 0.667, green: 0.600, blue: 0.267)
/* Android */
Color.parseColor("#aa9944")Accessibility — WCAG contrast
Aa
#aa9944 on white: 2.86:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aa9944 on black: 7.35:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red66.7%
Green60.0%
Blue26.7%
CMYK percentages
Cyan0.0%
Magenta10.0%
Yellow60.0%
Key (black)33.3%
Color previews
#aa9944 text on a black background
contrast 7.35:1
Card sample
#aa9944 text on a white background
contrast 2.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aa9944;
Background color
Panel with #aa9944 background
background-color: #aa9944;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aa9944;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(170, 153, 68, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(170, 153, 68, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aa9944; background: linear-gradient(135deg, #aa9944, #77AA44);