#aaffb0
a light, electric green · cool · closest name: aquamarine
RGB
170, 255, 176
HSL
124°, 100%, 83%
CMYK
33, 0, 31, 0
Luminance
0.8320
Every format
| HEX | #aaffb0 |
| RGB | rgb(170, 255, 176) |
| HSL | hsl(124, 100%, 83%) |
| CMYK | cmyk(33%, 0%, 31%, 0%) |
| LAB | lab(93.1 -40.9 29.8) |
| LCH | lch(93.1 50.7 143.9) |
| OKLCH | oklch(0.926 0.135 146.1) |
Copy-ready code
/* CSS */
color: #aaffb0;
background-color: #aaffb0;
/* Tailwind (arbitrary) */
class="text-[#aaffb0] bg-[#aaffb0]"
/* SCSS */
$brand: #aaffb0;
/* SwiftUI */
Color(red: 0.667, green: 1.000, blue: 0.690)
/* Android */
Color.parseColor("#aaffb0")Accessibility — WCAG contrast
Aa
#aaffb0 on white: 1.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aaffb0 on black: 17.64:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red66.7%
Green100.0%
Blue69.0%
CMYK percentages
Cyan33.3%
Magenta0.0%
Yellow31.0%
Key (black)0.0%
Color previews
#aaffb0 text on a black background
contrast 17.64:1
Card sample
#aaffb0 text on a white background
contrast 1.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aaffb0;
Background color
Panel with #aaffb0 background
background-color: #aaffb0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aaffb0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(170, 255, 176, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(170, 255, 176, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aaffb0; background: linear-gradient(135deg, #aaffb0, #AAFFE9);