#aeb080
a balanced, soft yellow · cool · closest name: tan
RGB
174, 176, 128
HSL
63°, 23%, 60%
CMYK
1, 0, 27, 31
Luminance
0.4161
Every format
| HEX | #aeb080 |
| RGB | rgb(174, 176, 128) |
| HSL | hsl(63, 23%, 60%) |
| CMYK | cmyk(1%, 0%, 27%, 31%) |
| LAB | lab(70.6 -8.6 24.4) |
| LCH | lch(70.6 25.9 109.4) |
| OKLCH | oklch(0.744 0.065 109.9) |
Copy-ready code
/* CSS */
color: #aeb080;
background-color: #aeb080;
/* Tailwind (arbitrary) */
class="text-[#aeb080] bg-[#aeb080]"
/* SCSS */
$brand: #aeb080;
/* SwiftUI */
Color(red: 0.682, green: 0.690, blue: 0.502)
/* Android */
Color.parseColor("#aeb080")Accessibility — WCAG contrast
Aa
#aeb080 on white: 2.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aeb080 on black: 9.32:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.2%
Green69.0%
Blue50.2%
CMYK percentages
Cyan1.1%
Magenta0.0%
Yellow27.3%
Key (black)31.0%
Color previews
#aeb080 text on a black background
contrast 9.32:1
Card sample
#aeb080 text on a white background
contrast 2.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aeb080;
Background color
Panel with #aeb080 background
background-color: #aeb080;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aeb080;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(174, 176, 128, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(174, 176, 128, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aeb080; background: linear-gradient(135deg, #aeb080, #8EB080);