#aac080
a balanced, soft green · cool · closest name: khaki
RGB
170, 192, 128
HSL
81°, 34%, 63%
CMYK
12, 0, 33, 25
Luminance
0.4780
Every format
| HEX | #aac080 |
| RGB | rgb(170, 192, 128) |
| HSL | hsl(81, 34%, 63%) |
| CMYK | cmyk(12%, 0%, 33%, 25%) |
| LAB | lab(74.7 -18.4 29.9) |
| LCH | lch(74.7 35.0 121.6) |
| OKLCH | oklch(0.775 0.089 123.9) |
Copy-ready code
/* CSS */
color: #aac080;
background-color: #aac080;
/* Tailwind (arbitrary) */
class="text-[#aac080] bg-[#aac080]"
/* SCSS */
$brand: #aac080;
/* SwiftUI */
Color(red: 0.667, green: 0.753, blue: 0.502)
/* Android */
Color.parseColor("#aac080")Accessibility — WCAG contrast
Aa
#aac080 on white: 1.99:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aac080 on black: 10.56:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red66.7%
Green75.3%
Blue50.2%
CMYK percentages
Cyan11.5%
Magenta0.0%
Yellow33.3%
Key (black)24.7%
Color previews
#aac080 text on a black background
contrast 10.56:1
Card sample
#aac080 text on a white background
contrast 1.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aac080;
Background color
Panel with #aac080 background
background-color: #aac080;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aac080;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(170, 192, 128, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(170, 192, 128, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aac080; background: linear-gradient(135deg, #aac080, #80C080);