#aefac4
a light, electric green · cool · closest name: aquamarine
RGB
174, 250, 196
HSL
137°, 88%, 83%
CMYK
30, 0, 22, 2
Luminance
0.8136
Every format
| HEX | #aefac4 |
| RGB | rgb(174, 250, 196) |
| HSL | hsl(137, 88%, 83%) |
| CMYK | cmyk(30%, 0%, 22%, 2%) |
| LAB | lab(92.3 -34.1 18.6) |
| LCH | lch(92.3 38.8 151.4) |
| OKLCH | oklch(0.921 0.105 153.1) |
Copy-ready code
/* CSS */
color: #aefac4;
background-color: #aefac4;
/* Tailwind (arbitrary) */
class="text-[#aefac4] bg-[#aefac4]"
/* SCSS */
$brand: #aefac4;
/* SwiftUI */
Color(red: 0.682, green: 0.980, blue: 0.769)
/* Android */
Color.parseColor("#aefac4")Accessibility — WCAG contrast
Aa
#aefac4 on white: 1.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aefac4 on black: 17.27:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.2%
Green98.0%
Blue76.9%
CMYK percentages
Cyan30.4%
Magenta0.0%
Yellow21.6%
Key (black)2.0%
Color previews
#aefac4 text on a black background
contrast 17.27:1
Card sample
#aefac4 text on a white background
contrast 1.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aefac4;
Background color
Panel with #aefac4 background
background-color: #aefac4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aefac4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(174, 250, 196, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(174, 250, 196, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aefac4; background: linear-gradient(135deg, #aefac4, #AEFAF7);