#aee295
a light, vivid green · cool · closest name: khaki
RGB
174, 226, 149
HSL
101°, 57%, 74%
CMYK
23, 0, 34, 11
Luminance
0.6556
Every format
| HEX | #aee295 |
| RGB | rgb(174, 226, 149) |
| HSL | hsl(101, 57%, 74%) |
| CMYK | cmyk(23%, 0%, 34%, 11%) |
| LAB | lab(84.8 -30.5 32.4) |
| LCH | lch(84.8 44.5 133.3) |
| OKLCH | oklch(0.858 0.116 135.9) |
Copy-ready code
/* CSS */
color: #aee295;
background-color: #aee295;
/* Tailwind (arbitrary) */
class="text-[#aee295] bg-[#aee295]"
/* SCSS */
$brand: #aee295;
/* SwiftUI */
Color(red: 0.682, green: 0.886, blue: 0.584)
/* Android */
Color.parseColor("#aee295")Accessibility — WCAG contrast
Aa
#aee295 on white: 1.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aee295 on black: 14.11:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.2%
Green88.6%
Blue58.4%
CMYK percentages
Cyan23.0%
Magenta0.0%
Yellow34.1%
Key (black)11.4%
Color previews
#aee295 text on a black background
contrast 14.11:1
Card sample
#aee295 text on a white background
contrast 1.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aee295;
Background color
Panel with #aee295 background
background-color: #aee295;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aee295;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(174, 226, 149, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(174, 226, 149, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aee295; background: linear-gradient(135deg, #aee295, #95E2AF);