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