#aefba7
a light, electric green · cool · closest name: aquamarine
RGB
174, 251, 167
HSL
115°, 91%, 82%
CMYK
31, 0, 34, 2
Luminance
0.8078
Every format
| HEX | #aefba7 |
| RGB | rgb(174, 251, 167) |
| HSL | hsl(115, 91%, 82%) |
| CMYK | cmyk(31%, 0%, 34%, 2%) |
| LAB | lab(92.0 -39.3 33.0) |
| LCH | lch(92.0 51.3 140.0) |
| OKLCH | oklch(0.917 0.135 142.4) |
Copy-ready code
/* CSS */
color: #aefba7;
background-color: #aefba7;
/* Tailwind (arbitrary) */
class="text-[#aefba7] bg-[#aefba7]"
/* SCSS */
$brand: #aefba7;
/* SwiftUI */
Color(red: 0.682, green: 0.984, blue: 0.655)
/* Android */
Color.parseColor("#aefba7")Accessibility — WCAG contrast
Aa
#aefba7 on white: 1.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aefba7 on black: 17.16:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.2%
Green98.4%
Blue65.5%
CMYK percentages
Cyan30.7%
Magenta0.0%
Yellow33.5%
Key (black)1.6%
Color previews
#aefba7 text on a black background
contrast 17.16:1
Card sample
#aefba7 text on a white background
contrast 1.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aefba7;
Background color
Panel with #aefba7 background
background-color: #aefba7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aefba7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(174, 251, 167, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(174, 251, 167, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aefba7; background: linear-gradient(135deg, #aefba7, #A7FBD8);