#99aa77
a balanced, soft green · cool · closest name: tan
RGB
153, 170, 119
HSL
80°, 23%, 57%
CMYK
10, 0, 30, 33
Luminance
0.3685
Every format
| HEX | #99aa77 |
| RGB | rgb(153, 170, 119) |
| HSL | hsl(80, 23%, 57%) |
| CMYK | cmyk(10%, 0%, 30%, 33%) |
| LAB | lab(67.2 -14.9 24.4) |
| LCH | lch(67.2 28.6 121.4) |
| OKLCH | oklch(0.712 0.073 123.2) |
Copy-ready code
/* CSS */
color: #99aa77;
background-color: #99aa77;
/* Tailwind (arbitrary) */
class="text-[#99aa77] bg-[#99aa77]"
/* SCSS */
$brand: #99aa77;
/* SwiftUI */
Color(red: 0.600, green: 0.667, blue: 0.467)
/* Android */
Color.parseColor("#99aa77")Accessibility — WCAG contrast
Aa
#99aa77 on white: 2.51:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#99aa77 on black: 8.37:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.0%
Green66.7%
Blue46.7%
CMYK percentages
Cyan10.0%
Magenta0.0%
Yellow30.0%
Key (black)33.3%
Color previews
#99aa77 text on a black background
contrast 8.37:1
Card sample
#99aa77 text on a white background
contrast 2.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #99aa77;
Background color
Panel with #99aa77 background
background-color: #99aa77;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #99aa77;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(153, 170, 119, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(153, 170, 119, 0.45);
Border & gradient
Gradient panel
border: 3px solid #99aa77; background: linear-gradient(135deg, #99aa77, #77AA77);