#aefbc9
a light, electric green · cool · closest name: aquamarine
RGB
174, 251, 201
HSL
141°, 91%, 83%
CMYK
31, 0, 20, 2
Luminance
0.8221
Every format
| HEX | #aefbc9 |
| RGB | rgb(174, 251, 201) |
| HSL | hsl(141, 91%, 83%) |
| CMYK | cmyk(31%, 0%, 20%, 2%) |
| LAB | lab(92.7 -33.6 16.6) |
| LCH | lch(92.7 37.5 153.8) |
| OKLCH | oklch(0.925 0.102 155.4) |
Copy-ready code
/* CSS */
color: #aefbc9;
background-color: #aefbc9;
/* Tailwind (arbitrary) */
class="text-[#aefbc9] bg-[#aefbc9]"
/* SCSS */
$brand: #aefbc9;
/* SwiftUI */
Color(red: 0.682, green: 0.984, blue: 0.788)
/* Android */
Color.parseColor("#aefbc9")Accessibility — WCAG contrast
Aa
#aefbc9 on white: 1.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aefbc9 on black: 17.44:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.2%
Green98.4%
Blue78.8%
CMYK percentages
Cyan30.7%
Magenta0.0%
Yellow19.9%
Key (black)1.6%
Color previews
#aefbc9 text on a black background
contrast 17.44:1
Card sample
#aefbc9 text on a white background
contrast 1.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aefbc9;
Background color
Panel with #aefbc9 background
background-color: #aefbc9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aefbc9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(174, 251, 201, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(174, 251, 201, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aefbc9; background: linear-gradient(135deg, #aefbc9, #AEFAFB);