#aaa455
a balanced, soft yellow · cool · closest name: olive
RGB
170, 164, 85
HSL
56°, 33%, 50%
CMYK
0, 4, 50, 33
Luminance
0.3575
Every format
| HEX | #aaa455 |
| RGB | rgb(170, 164, 85) |
| HSL | hsl(56, 33%, 50%) |
| CMYK | cmyk(0%, 4%, 50%, 33%) |
| LAB | lab(66.3 -8.9 41.4) |
| LCH | lch(66.3 42.3 102.1) |
| OKLCH | oklch(0.707 0.102 104.8) |
Copy-ready code
/* CSS */
color: #aaa455;
background-color: #aaa455;
/* Tailwind (arbitrary) */
class="text-[#aaa455] bg-[#aaa455]"
/* SCSS */
$brand: #aaa455;
/* SwiftUI */
Color(red: 0.667, green: 0.643, blue: 0.333)
/* Android */
Color.parseColor("#aaa455")Accessibility — WCAG contrast
Aa
#aaa455 on white: 2.58:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aaa455 on black: 8.15:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red66.7%
Green64.3%
Blue33.3%
CMYK percentages
Cyan0.0%
Magenta3.5%
Yellow50.0%
Key (black)33.3%
Color previews
#aaa455 text on a black background
contrast 8.15:1
Card sample
#aaa455 text on a white background
contrast 2.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aaa455;
Background color
Panel with #aaa455 background
background-color: #aaa455;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aaa455;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(170, 164, 85, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(170, 164, 85, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aaa455; background: linear-gradient(135deg, #aaa455, #77AA55);