#aaeb7f
a light, vivid green · cool · closest name: khaki
RGB
170, 235, 127
HSL
96°, 73%, 71%
CMYK
28, 0, 46, 8
Luminance
0.6950
Every format
| HEX | #aaeb7f |
| RGB | rgb(170, 235, 127) |
| HSL | hsl(96, 73%, 71%) |
| CMYK | cmyk(28%, 0%, 46%, 8%) |
| LAB | lab(86.8 -38.9 45.8) |
| LCH | lch(86.8 60.1 130.4) |
| OKLCH | oklch(0.872 0.154 134.1) |
Copy-ready code
/* CSS */
color: #aaeb7f;
background-color: #aaeb7f;
/* Tailwind (arbitrary) */
class="text-[#aaeb7f] bg-[#aaeb7f]"
/* SCSS */
$brand: #aaeb7f;
/* SwiftUI */
Color(red: 0.667, green: 0.922, blue: 0.498)
/* Android */
Color.parseColor("#aaeb7f")Accessibility — WCAG contrast
Aa
#aaeb7f on white: 1.41:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aaeb7f on black: 14.90:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red66.7%
Green92.2%
Blue49.8%
CMYK percentages
Cyan27.7%
Magenta0.0%
Yellow46.0%
Key (black)7.8%
Color previews
#aaeb7f text on a black background
contrast 14.90:1
Card sample
#aaeb7f text on a white background
contrast 1.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aaeb7f;
Background color
Panel with #aaeb7f background
background-color: #aaeb7f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aaeb7f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(170, 235, 127, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(170, 235, 127, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aaeb7f; background: linear-gradient(135deg, #aaeb7f, #7FEB9C);