#aef2ae
a light, vivid green · cool · closest name: aquamarine
RGB
174, 242, 174
HSL
120°, 72%, 82%
CMYK
28, 0, 28, 5
Luminance
0.7556
Every format
| HEX | #aef2ae |
| RGB | rgb(174, 242, 174) |
| HSL | hsl(120, 72%, 82%) |
| CMYK | cmyk(28%, 0%, 28%, 5%) |
| LAB | lab(89.7 -34.1 26.2) |
| LCH | lch(89.7 43.0 142.5) |
| OKLCH | oklch(0.899 0.114 144.6) |
Copy-ready code
/* CSS */
color: #aef2ae;
background-color: #aef2ae;
/* Tailwind (arbitrary) */
class="text-[#aef2ae] bg-[#aef2ae]"
/* SCSS */
$brand: #aef2ae;
/* SwiftUI */
Color(red: 0.682, green: 0.949, blue: 0.682)
/* Android */
Color.parseColor("#aef2ae")Accessibility — WCAG contrast
Aa
#aef2ae on white: 1.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aef2ae on black: 16.11:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.2%
Green94.9%
Blue68.2%
CMYK percentages
Cyan28.1%
Magenta0.0%
Yellow28.1%
Key (black)5.1%
Color previews
#aef2ae text on a black background
contrast 16.11:1
Card sample
#aef2ae text on a white background
contrast 1.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aef2ae;
Background color
Panel with #aef2ae background
background-color: #aef2ae;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aef2ae;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(174, 242, 174, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(174, 242, 174, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aef2ae; background: linear-gradient(135deg, #aef2ae, #AEF2DB);