#aefec2
a light, electric green · cool · closest name: aquamarine
RGB
174, 254, 194
HSL
135°, 98%, 84%
CMYK
32, 0, 24, 0
Luminance
0.8378
Every format
| HEX | #aefec2 |
| RGB | rgb(174, 254, 194) |
| HSL | hsl(135, 98%, 84%) |
| CMYK | cmyk(32%, 0%, 24%, 0%) |
| LAB | lab(93.3 -36.3 21.1) |
| LCH | lch(93.3 41.9 149.8) |
| OKLCH | oklch(0.930 0.113 151.6) |
Copy-ready code
/* CSS */
color: #aefec2;
background-color: #aefec2;
/* Tailwind (arbitrary) */
class="text-[#aefec2] bg-[#aefec2]"
/* SCSS */
$brand: #aefec2;
/* SwiftUI */
Color(red: 0.682, green: 0.996, blue: 0.761)
/* Android */
Color.parseColor("#aefec2")Accessibility — WCAG contrast
Aa
#aefec2 on white: 1.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aefec2 on black: 17.76:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.2%
Green99.6%
Blue76.1%
CMYK percentages
Cyan31.5%
Magenta0.0%
Yellow23.6%
Key (black)0.4%
Color previews
#aefec2 text on a black background
contrast 17.76:1
Card sample
#aefec2 text on a white background
contrast 1.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aefec2;
Background color
Panel with #aefec2 background
background-color: #aefec2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aefec2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(174, 254, 194, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(174, 254, 194, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aefec2; background: linear-gradient(135deg, #aefec2, #AEFEF7);