#aef1c9
a light, vivid green · cool · closest name: aquamarine
RGB
174, 241, 201
HSL
144°, 71%, 81%
CMYK
28, 0, 17, 6
Luminance
0.7613
Every format
| HEX | #aef1c9 |
| RGB | rgb(174, 241, 201) |
| HSL | hsl(144, 71%, 81%) |
| CMYK | cmyk(28%, 0%, 17%, 6%) |
| LAB | lab(89.9 -28.9 12.7) |
| LCH | lch(89.9 31.6 156.3) |
| OKLCH | oklch(0.903 0.087 157.9) |
Copy-ready code
/* CSS */
color: #aef1c9;
background-color: #aef1c9;
/* Tailwind (arbitrary) */
class="text-[#aef1c9] bg-[#aef1c9]"
/* SCSS */
$brand: #aef1c9;
/* SwiftUI */
Color(red: 0.682, green: 0.945, blue: 0.788)
/* Android */
Color.parseColor("#aef1c9")Accessibility — WCAG contrast
Aa
#aef1c9 on white: 1.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aef1c9 on black: 16.23:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.2%
Green94.5%
Blue78.8%
CMYK percentages
Cyan27.8%
Magenta0.0%
Yellow16.6%
Key (black)5.5%
Color previews
#aef1c9 text on a black background
contrast 16.23:1
Card sample
#aef1c9 text on a white background
contrast 1.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aef1c9;
Background color
Panel with #aef1c9 background
background-color: #aef1c9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aef1c9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(174, 241, 201, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(174, 241, 201, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aef1c9; background: linear-gradient(135deg, #aef1c9, #AEECF1);