#aef4b2
a light, electric green · cool · closest name: aquamarine
RGB
174, 244, 178
HSL
123°, 76%, 82%
CMYK
29, 0, 27, 4
Luminance
0.7691
Every format
| HEX | #aef4b2 |
| RGB | rgb(174, 244, 178) |
| HSL | hsl(123, 76%, 82%) |
| CMYK | cmyk(29%, 0%, 27%, 4%) |
| LAB | lab(90.3 -34.4 25.0) |
| LCH | lch(90.3 42.5 144.0) |
| OKLCH | oklch(0.904 0.113 146.0) |
Copy-ready code
/* CSS */
color: #aef4b2;
background-color: #aef4b2;
/* Tailwind (arbitrary) */
class="text-[#aef4b2] bg-[#aef4b2]"
/* SCSS */
$brand: #aef4b2;
/* SwiftUI */
Color(red: 0.682, green: 0.957, blue: 0.698)
/* Android */
Color.parseColor("#aef4b2")Accessibility — WCAG contrast
Aa
#aef4b2 on white: 1.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aef4b2 on black: 16.38:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.2%
Green95.7%
Blue69.8%
CMYK percentages
Cyan28.7%
Magenta0.0%
Yellow27.0%
Key (black)4.3%
Color previews
#aef4b2 text on a black background
contrast 16.38:1
Card sample
#aef4b2 text on a white background
contrast 1.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aef4b2;
Background color
Panel with #aef4b2 background
background-color: #aef4b2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aef4b2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(174, 244, 178, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(174, 244, 178, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aef4b2; background: linear-gradient(135deg, #aef4b2, #AEF4E1);