#aacc77
a balanced, vivid green · cool · closest name: khaki
RGB
170, 204, 119
HSL
84°, 46%, 63%
CMYK
17, 0, 42, 20
Luminance
0.5306
Every format
| HEX | #aacc77 |
| RGB | rgb(170, 204, 119) |
| HSL | hsl(84, 46%, 63%) |
| CMYK | cmyk(17%, 0%, 42%, 20%) |
| LAB | lab(77.9 -25.5 38.6) |
| LCH | lch(77.9 46.3 123.4) |
| OKLCH | oklch(0.801 0.117 126.7) |
Copy-ready code
/* CSS */
color: #aacc77;
background-color: #aacc77;
/* Tailwind (arbitrary) */
class="text-[#aacc77] bg-[#aacc77]"
/* SCSS */
$brand: #aacc77;
/* SwiftUI */
Color(red: 0.667, green: 0.800, blue: 0.467)
/* Android */
Color.parseColor("#aacc77")Accessibility — WCAG contrast
Aa
#aacc77 on white: 1.81:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aacc77 on black: 11.61:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red66.7%
Green80.0%
Blue46.7%
CMYK percentages
Cyan16.7%
Magenta0.0%
Yellow41.7%
Key (black)20.0%
Color previews
#aacc77 text on a black background
contrast 11.61:1
Card sample
#aacc77 text on a white background
contrast 1.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aacc77;
Background color
Panel with #aacc77 background
background-color: #aacc77;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aacc77;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(170, 204, 119, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(170, 204, 119, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aacc77; background: linear-gradient(135deg, #aacc77, #77CC7D);