#aaeb8f
a light, vivid green · cool · closest name: khaki
RGB
170, 235, 143
HSL
102°, 70%, 74%
CMYK
28, 0, 39, 8
Luminance
0.6995
Every format
| HEX | #aaeb8f |
| RGB | rgb(170, 235, 143) |
| HSL | hsl(102, 70%, 74%) |
| CMYK | cmyk(28%, 0%, 39%, 8%) |
| LAB | lab(87.0 -36.9 38.2) |
| LCH | lch(87.0 53.1 134.0) |
| OKLCH | oklch(0.875 0.138 136.9) |
Copy-ready code
/* CSS */
color: #aaeb8f;
background-color: #aaeb8f;
/* Tailwind (arbitrary) */
class="text-[#aaeb8f] bg-[#aaeb8f]"
/* SCSS */
$brand: #aaeb8f;
/* SwiftUI */
Color(red: 0.667, green: 0.922, blue: 0.561)
/* Android */
Color.parseColor("#aaeb8f")Accessibility — WCAG contrast
Aa
#aaeb8f on white: 1.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aaeb8f on black: 14.99:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red66.7%
Green92.2%
Blue56.1%
CMYK percentages
Cyan27.7%
Magenta0.0%
Yellow39.1%
Key (black)7.8%
Color previews
#aaeb8f text on a black background
contrast 14.99:1
Card sample
#aaeb8f text on a white background
contrast 1.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aaeb8f;
Background color
Panel with #aaeb8f background
background-color: #aaeb8f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aaeb8f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(170, 235, 143, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(170, 235, 143, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aaeb8f; background: linear-gradient(135deg, #aaeb8f, #8FEBB1);