#aef5ba
a light, electric green · cool · closest name: aquamarine
RGB
174, 245, 186
HSL
130°, 78%, 82%
CMYK
29, 0, 24, 4
Luminance
0.7785
Every format
| HEX | #aef5ba |
| RGB | rgb(174, 245, 186) |
| HSL | hsl(130, 78%, 82%) |
| CMYK | cmyk(29%, 0%, 24%, 4%) |
| LAB | lab(90.7 -33.5 21.5) |
| LCH | lch(90.7 39.8 147.3) |
| OKLCH | oklch(0.908 0.107 149.1) |
Copy-ready code
/* CSS */
color: #aef5ba;
background-color: #aef5ba;
/* Tailwind (arbitrary) */
class="text-[#aef5ba] bg-[#aef5ba]"
/* SCSS */
$brand: #aef5ba;
/* SwiftUI */
Color(red: 0.682, green: 0.961, blue: 0.729)
/* Android */
Color.parseColor("#aef5ba")Accessibility — WCAG contrast
Aa
#aef5ba on white: 1.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aef5ba on black: 16.57:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.2%
Green96.1%
Blue72.9%
CMYK percentages
Cyan29.0%
Magenta0.0%
Yellow24.1%
Key (black)3.9%
Color previews
#aef5ba text on a black background
contrast 16.57:1
Card sample
#aef5ba text on a white background
contrast 1.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aef5ba;
Background color
Panel with #aef5ba background
background-color: #aef5ba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aef5ba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(174, 245, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(174, 245, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aef5ba; background: linear-gradient(135deg, #aef5ba, #AEF5E9);