#aaffb4
a light, electric green · cool · closest name: aquamarine
RGB
170, 255, 180
HSL
127°, 100%, 83%
CMYK
33, 0, 29, 0
Luminance
0.8336
Every format
| HEX | #aaffb4 |
| RGB | rgb(170, 255, 180) |
| HSL | hsl(127, 100%, 83%) |
| CMYK | cmyk(33%, 0%, 29%, 0%) |
| LAB | lab(93.2 -40.3 27.9) |
| LCH | lch(93.2 49.0 145.3) |
| OKLCH | oklch(0.927 0.131 147.3) |
Copy-ready code
/* CSS */
color: #aaffb4;
background-color: #aaffb4;
/* Tailwind (arbitrary) */
class="text-[#aaffb4] bg-[#aaffb4]"
/* SCSS */
$brand: #aaffb4;
/* SwiftUI */
Color(red: 0.667, green: 1.000, blue: 0.706)
/* Android */
Color.parseColor("#aaffb4")Accessibility — WCAG contrast
Aa
#aaffb4 on white: 1.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aaffb4 on black: 17.67:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red66.7%
Green100.0%
Blue70.6%
CMYK percentages
Cyan33.3%
Magenta0.0%
Yellow29.4%
Key (black)0.0%
Color previews
#aaffb4 text on a black background
contrast 17.67:1
Card sample
#aaffb4 text on a white background
contrast 1.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aaffb4;
Background color
Panel with #aaffb4 background
background-color: #aaffb4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aaffb4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(170, 255, 180, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(170, 255, 180, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aaffb4; background: linear-gradient(135deg, #aaffb4, #AAFFED);