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