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