#aeffc2
a light, electric green · cool · closest name: aquamarine
RGB
174, 255, 194
HSL
135°, 100%, 84%
CMYK
32, 0, 24, 0
Luminance
0.8441
Every format
| HEX | #aeffc2 |
| RGB | rgb(174, 255, 194) |
| HSL | hsl(135, 100%, 84%) |
| CMYK | cmyk(32%, 0%, 24%, 0%) |
| LAB | lab(93.6 -36.7 21.5) |
| LCH | lch(93.6 42.5 149.7) |
| OKLCH | oklch(0.932 0.115 151.4) |
Copy-ready code
/* CSS */
color: #aeffc2;
background-color: #aeffc2;
/* Tailwind (arbitrary) */
class="text-[#aeffc2] bg-[#aeffc2]"
/* SCSS */
$brand: #aeffc2;
/* SwiftUI */
Color(red: 0.682, green: 1.000, blue: 0.761)
/* Android */
Color.parseColor("#aeffc2")Accessibility — WCAG contrast
Aa
#aeffc2 on white: 1.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aeffc2 on black: 17.88:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.2%
Green100.0%
Blue76.1%
CMYK percentages
Cyan31.8%
Magenta0.0%
Yellow23.9%
Key (black)0.0%
Color previews
#aeffc2 text on a black background
contrast 17.88:1
Card sample
#aeffc2 text on a white background
contrast 1.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aeffc2;
Background color
Panel with #aeffc2 background
background-color: #aeffc2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aeffc2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(174, 255, 194, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(174, 255, 194, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aeffc2; background: linear-gradient(135deg, #aeffc2, #AEFFF8);