#9aa989
a balanced, soft green · cool · closest name: tan
RGB
154, 169, 137
HSL
88°, 16%, 60%
CMYK
9, 0, 19, 34
Luminance
0.3705
Every format
| HEX | #9aa989 |
| RGB | rgb(154, 169, 137) |
| HSL | hsl(88, 16%, 60%) |
| CMYK | cmyk(9%, 0%, 19%, 34%) |
| LAB | lab(67.3 -11.2 14.8) |
| LCH | lch(67.3 18.5 127.1) |
| OKLCH | oklch(0.714 0.048 128.0) |
Copy-ready code
/* CSS */
color: #9aa989;
background-color: #9aa989;
/* Tailwind (arbitrary) */
class="text-[#9aa989] bg-[#9aa989]"
/* SCSS */
$brand: #9aa989;
/* SwiftUI */
Color(red: 0.604, green: 0.663, blue: 0.537)
/* Android */
Color.parseColor("#9aa989")Accessibility — WCAG contrast
Aa
#9aa989 on white: 2.50:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9aa989 on black: 8.41:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.4%
Green66.3%
Blue53.7%
CMYK percentages
Cyan8.9%
Magenta0.0%
Yellow18.9%
Key (black)33.7%
Color previews
#9aa989 text on a black background
contrast 8.41:1
Card sample
#9aa989 text on a white background
contrast 2.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9aa989;
Background color
Panel with #9aa989 background
background-color: #9aa989;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9aa989;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(154, 169, 137, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(154, 169, 137, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9aa989; background: linear-gradient(135deg, #9aa989, #89A98D);