#adb686
a balanced, soft green · cool · closest name: tan
RGB
173, 182, 134
HSL
71°, 25%, 62%
CMYK
5, 0, 26, 29
Luminance
0.4406
Every format
| HEX | #adb686 |
| RGB | rgb(173, 182, 134) |
| HSL | hsl(71, 25%, 62%) |
| CMYK | cmyk(5%, 0%, 26%, 29%) |
| LAB | lab(72.3 -11.3 23.4) |
| LCH | lch(72.3 26.0 115.7) |
| OKLCH | oklch(0.757 0.066 116.6) |
Copy-ready code
/* CSS */
color: #adb686;
background-color: #adb686;
/* Tailwind (arbitrary) */
class="text-[#adb686] bg-[#adb686]"
/* SCSS */
$brand: #adb686;
/* SwiftUI */
Color(red: 0.678, green: 0.714, blue: 0.525)
/* Android */
Color.parseColor("#adb686")Accessibility — WCAG contrast
Aa
#adb686 on white: 2.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#adb686 on black: 9.81:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green71.4%
Blue52.5%
CMYK percentages
Cyan4.9%
Magenta0.0%
Yellow26.4%
Key (black)28.6%
Color previews
#adb686 text on a black background
contrast 9.81:1
Card sample
#adb686 text on a white background
contrast 2.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #adb686;
Background color
Panel with #adb686 background
background-color: #adb686;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #adb686;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 182, 134, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 182, 134, 0.45);
Border & gradient
Gradient panel
border: 3px solid #adb686; background: linear-gradient(135deg, #adb686, #8DB686);