#aab080
a balanced, soft yellow · cool · closest name: tan
RGB
170, 176, 128
HSL
68°, 23%, 60%
CMYK
3, 0, 27, 31
Luminance
0.4116
Every format
| HEX | #aab080 |
| RGB | rgb(170, 176, 128) |
| HSL | hsl(68, 23%, 60%) |
| CMYK | cmyk(3%, 0%, 27%, 31%) |
| LAB | lab(70.3 -10.2 23.9) |
| LCH | lch(70.3 26.0 113.0) |
| OKLCH | oklch(0.740 0.066 113.8) |
Copy-ready code
/* CSS */
color: #aab080;
background-color: #aab080;
/* Tailwind (arbitrary) */
class="text-[#aab080] bg-[#aab080]"
/* SCSS */
$brand: #aab080;
/* SwiftUI */
Color(red: 0.667, green: 0.690, blue: 0.502)
/* Android */
Color.parseColor("#aab080")Accessibility — WCAG contrast
Aa
#aab080 on white: 2.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aab080 on black: 9.23:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red66.7%
Green69.0%
Blue50.2%
CMYK percentages
Cyan3.4%
Magenta0.0%
Yellow27.3%
Key (black)31.0%
Color previews
#aab080 text on a black background
contrast 9.23:1
Card sample
#aab080 text on a white background
contrast 2.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aab080;
Background color
Panel with #aab080 background
background-color: #aab080;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aab080;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(170, 176, 128, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(170, 176, 128, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aab080; background: linear-gradient(135deg, #aab080, #8AB080);