#adbb8f
a balanced, soft green · cool · closest name: tan
RGB
173, 187, 143
HSL
79°, 24%, 65%
CMYK
8, 0, 24, 27
Luminance
0.4641
Every format
| HEX | #adbb8f |
| RGB | rgb(173, 187, 143) |
| HSL | hsl(79, 24%, 65%) |
| CMYK | cmyk(8%, 0%, 24%, 27%) |
| LAB | lab(73.8 -12.5 20.7) |
| LCH | lch(73.8 24.2 121.2) |
| OKLCH | oklch(0.770 0.062 122.2) |
Copy-ready code
/* CSS */
color: #adbb8f;
background-color: #adbb8f;
/* Tailwind (arbitrary) */
class="text-[#adbb8f] bg-[#adbb8f]"
/* SCSS */
$brand: #adbb8f;
/* SwiftUI */
Color(red: 0.678, green: 0.733, blue: 0.561)
/* Android */
Color.parseColor("#adbb8f")Accessibility — WCAG contrast
Aa
#adbb8f on white: 2.04:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#adbb8f on black: 10.28:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green73.3%
Blue56.1%
CMYK percentages
Cyan7.5%
Magenta0.0%
Yellow23.5%
Key (black)26.7%
Color previews
#adbb8f text on a black background
contrast 10.28:1
Card sample
#adbb8f text on a white background
contrast 2.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #adbb8f;
Background color
Panel with #adbb8f background
background-color: #adbb8f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #adbb8f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 187, 143, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 187, 143, 0.45);
Border & gradient
Gradient panel
border: 3px solid #adbb8f; background: linear-gradient(135deg, #adbb8f, #90BB8F);