#aacc66
a balanced, vivid green · cool · closest name: khaki
RGB
170, 204, 102
HSL
80°, 50%, 60%
CMYK
17, 0, 50, 20
Luminance
0.5269
Every format
| HEX | #aacc66 |
| RGB | rgb(170, 204, 102) |
| HSL | hsl(80, 50%, 60%) |
| CMYK | cmyk(17%, 0%, 50%, 20%) |
| LAB | lab(77.7 -27.4 46.7) |
| LCH | lch(77.7 54.1 120.4) |
| OKLCH | oklch(0.798 0.135 124.6) |
Copy-ready code
/* CSS */
color: #aacc66;
background-color: #aacc66;
/* Tailwind (arbitrary) */
class="text-[#aacc66] bg-[#aacc66]"
/* SCSS */
$brand: #aacc66;
/* SwiftUI */
Color(red: 0.667, green: 0.800, blue: 0.400)
/* Android */
Color.parseColor("#aacc66")Accessibility — WCAG contrast
Aa
#aacc66 on white: 1.82:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aacc66 on black: 11.54:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red66.7%
Green80.0%
Blue40.0%
CMYK percentages
Cyan16.7%
Magenta0.0%
Yellow50.0%
Key (black)20.0%
Color previews
#aacc66 text on a black background
contrast 11.54:1
Card sample
#aacc66 text on a white background
contrast 1.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aacc66;
Background color
Panel with #aacc66 background
background-color: #aacc66;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aacc66;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(170, 204, 102, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(170, 204, 102, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aacc66; background: linear-gradient(135deg, #aacc66, #66CC66);