#aeffb2
a light, electric green · cool · closest name: aquamarine
RGB
174, 255, 178
HSL
123°, 100%, 84%
CMYK
32, 0, 30, 0
Luminance
0.8373
Every format
| HEX | #aeffb2 |
| RGB | rgb(174, 255, 178) |
| HSL | hsl(123, 100%, 84%) |
| CMYK | cmyk(32%, 0%, 30%, 0%) |
| LAB | lab(93.3 -39.4 29.2) |
| LCH | lch(93.3 49.0 143.5) |
| OKLCH | oklch(0.929 0.130 145.6) |
Copy-ready code
/* CSS */
color: #aeffb2;
background-color: #aeffb2;
/* Tailwind (arbitrary) */
class="text-[#aeffb2] bg-[#aeffb2]"
/* SCSS */
$brand: #aeffb2;
/* SwiftUI */
Color(red: 0.682, green: 1.000, blue: 0.698)
/* Android */
Color.parseColor("#aeffb2")Accessibility — WCAG contrast
Aa
#aeffb2 on white: 1.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aeffb2 on black: 17.75:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.2%
Green100.0%
Blue69.8%
CMYK percentages
Cyan31.8%
Magenta0.0%
Yellow30.2%
Key (black)0.0%
Color previews
#aeffb2 text on a black background
contrast 17.75:1
Card sample
#aeffb2 text on a white background
contrast 1.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aeffb2;
Background color
Panel with #aeffb2 background
background-color: #aeffb2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aeffb2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(174, 255, 178, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(174, 255, 178, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aeffb2; background: linear-gradient(135deg, #aeffb2, #AEFFE8);