#aefba3
a light, electric green · cool · closest name: aquamarine
RGB
174, 251, 163
HSL
113°, 92%, 81%
CMYK
31, 0, 35, 2
Luminance
0.8064
Every format
| HEX | #aefba3 |
| RGB | rgb(174, 251, 163) |
| HSL | hsl(113, 92%, 81%) |
| CMYK | cmyk(31%, 0%, 35%, 2%) |
| LAB | lab(92.0 -39.9 34.9) |
| LCH | lch(92.0 53.0 138.9) |
| OKLCH | oklch(0.917 0.139 141.4) |
Copy-ready code
/* CSS */
color: #aefba3;
background-color: #aefba3;
/* Tailwind (arbitrary) */
class="text-[#aefba3] bg-[#aefba3]"
/* SCSS */
$brand: #aefba3;
/* SwiftUI */
Color(red: 0.682, green: 0.984, blue: 0.639)
/* Android */
Color.parseColor("#aefba3")Accessibility — WCAG contrast
Aa
#aefba3 on white: 1.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aefba3 on black: 17.13:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.2%
Green98.4%
Blue63.9%
CMYK percentages
Cyan30.7%
Magenta0.0%
Yellow35.1%
Key (black)1.6%
Color previews
#aefba3 text on a black background
contrast 17.13:1
Card sample
#aefba3 text on a white background
contrast 1.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aefba3;
Background color
Panel with #aefba3 background
background-color: #aefba3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aefba3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(174, 251, 163, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(174, 251, 163, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aefba3; background: linear-gradient(135deg, #aefba3, #A3FBD3);