#aacc88
a light, soft green · cool · closest name: khaki
RGB
170, 204, 136
HSL
90°, 40%, 67%
CMYK
17, 0, 33, 20
Luminance
0.5351
Every format
| HEX | #aacc88 |
| RGB | rgb(170, 204, 136) |
| HSL | hsl(90, 40%, 67%) |
| CMYK | cmyk(17%, 0%, 33%, 20%) |
| LAB | lab(78.2 -23.2 30.3) |
| LCH | lch(78.2 38.2 127.5) |
| OKLCH | oklch(0.804 0.099 130.0) |
Copy-ready code
/* CSS */
color: #aacc88;
background-color: #aacc88;
/* Tailwind (arbitrary) */
class="text-[#aacc88] bg-[#aacc88]"
/* SCSS */
$brand: #aacc88;
/* SwiftUI */
Color(red: 0.667, green: 0.800, blue: 0.533)
/* Android */
Color.parseColor("#aacc88")Accessibility — WCAG contrast
Aa
#aacc88 on white: 1.79:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aacc88 on black: 11.70:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red66.7%
Green80.0%
Blue53.3%
CMYK percentages
Cyan16.7%
Magenta0.0%
Yellow33.3%
Key (black)20.0%
Color previews
#aacc88 text on a black background
contrast 11.70:1
Card sample
#aacc88 text on a white background
contrast 1.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aacc88;
Background color
Panel with #aacc88 background
background-color: #aacc88;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aacc88;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(170, 204, 136, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(170, 204, 136, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aacc88; background: linear-gradient(135deg, #aacc88, #88CC93);