#aef09c
a light, vivid green · cool · closest name: aquamarine
RGB
174, 240, 156
HSL
107°, 74%, 78%
CMYK
28, 0, 35, 6
Luminance
0.7372
Every format
| HEX | #aef09c |
| RGB | rgb(174, 240, 156) |
| HSL | hsl(107, 74%, 78%) |
| CMYK | cmyk(28%, 0%, 35%, 6%) |
| LAB | lab(88.8 -36.0 34.2) |
| LCH | lch(88.8 49.6 136.5) |
| OKLCH | oklch(0.891 0.130 139.1) |
Copy-ready code
/* CSS */
color: #aef09c;
background-color: #aef09c;
/* Tailwind (arbitrary) */
class="text-[#aef09c] bg-[#aef09c]"
/* SCSS */
$brand: #aef09c;
/* SwiftUI */
Color(red: 0.682, green: 0.941, blue: 0.612)
/* Android */
Color.parseColor("#aef09c")Accessibility — WCAG contrast
Aa
#aef09c on white: 1.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aef09c on black: 15.74:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.2%
Green94.1%
Blue61.2%
CMYK percentages
Cyan27.5%
Magenta0.0%
Yellow35.0%
Key (black)5.9%
Color previews
#aef09c text on a black background
contrast 15.74:1
Card sample
#aef09c text on a white background
contrast 1.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aef09c;
Background color
Panel with #aef09c background
background-color: #aef09c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aef09c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(174, 240, 156, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(174, 240, 156, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aef09c; background: linear-gradient(135deg, #aef09c, #9CF0C2);