#aef4d2
a light, electric green · cool · closest name: aquamarine
RGB
174, 244, 210
HSL
151°, 76%, 82%
CMYK
29, 0, 14, 4
Luminance
0.7835
Every format
| HEX | #aef4d2 |
| RGB | rgb(174, 244, 210) |
| HSL | hsl(151, 76%, 82%) |
| CMYK | cmyk(29%, 0%, 14%, 4%) |
| LAB | lab(90.9 -28.6 9.5) |
| LCH | lch(90.9 30.2 161.7) |
| OKLCH | oklch(0.911 0.084 163.1) |
Copy-ready code
/* CSS */
color: #aef4d2;
background-color: #aef4d2;
/* Tailwind (arbitrary) */
class="text-[#aef4d2] bg-[#aef4d2]"
/* SCSS */
$brand: #aef4d2;
/* SwiftUI */
Color(red: 0.682, green: 0.957, blue: 0.824)
/* Android */
Color.parseColor("#aef4d2")Accessibility — WCAG contrast
Aa
#aef4d2 on white: 1.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aef4d2 on black: 16.67:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.2%
Green95.7%
Blue82.4%
CMYK percentages
Cyan28.7%
Magenta0.0%
Yellow13.9%
Key (black)4.3%
Color previews
#aef4d2 text on a black background
contrast 16.67:1
Card sample
#aef4d2 text on a white background
contrast 1.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aef4d2;
Background color
Panel with #aef4d2 background
background-color: #aef4d2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aef4d2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(174, 244, 210, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(174, 244, 210, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aef4d2; background: linear-gradient(135deg, #aef4d2, #AEE7F4);