#aee2ab
a light, vivid green · cool · closest name: aquamarine
RGB
174, 226, 171
HSL
117°, 49%, 78%
CMYK
23, 0, 24, 11
Luminance
0.6633
Every format
| HEX | #aee2ab |
| RGB | rgb(174, 226, 171) |
| HSL | hsl(117, 49%, 78%) |
| CMYK | cmyk(23%, 0%, 24%, 11%) |
| LAB | lab(85.2 -27.1 21.6) |
| LCH | lch(85.2 34.7 141.5) |
| OKLCH | oklch(0.862 0.092 143.4) |
Copy-ready code
/* CSS */
color: #aee2ab;
background-color: #aee2ab;
/* Tailwind (arbitrary) */
class="text-[#aee2ab] bg-[#aee2ab]"
/* SCSS */
$brand: #aee2ab;
/* SwiftUI */
Color(red: 0.682, green: 0.886, blue: 0.671)
/* Android */
Color.parseColor("#aee2ab")Accessibility — WCAG contrast
Aa
#aee2ab on white: 1.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aee2ab on black: 14.27:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.2%
Green88.6%
Blue67.1%
CMYK percentages
Cyan23.0%
Magenta0.0%
Yellow24.3%
Key (black)11.4%
Color previews
#aee2ab text on a black background
contrast 14.27:1
Card sample
#aee2ab text on a white background
contrast 1.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aee2ab;
Background color
Panel with #aee2ab background
background-color: #aee2ab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aee2ab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(174, 226, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(174, 226, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aee2ab; background: linear-gradient(135deg, #aee2ab, #ABE2CD);