#aaffbf
a light, electric green · cool · closest name: aquamarine
RGB
170, 255, 191
HSL
135°, 100%, 83%
CMYK
33, 0, 25, 0
Luminance
0.8383
Every format
| HEX | #aaffbf |
| RGB | rgb(170, 255, 191) |
| HSL | hsl(135, 100%, 83%) |
| CMYK | cmyk(33%, 0%, 25%, 0%) |
| LAB | lab(93.4 -38.4 22.6) |
| LCH | lch(93.4 44.6 149.5) |
| OKLCH | oklch(0.929 0.120 151.3) |
Copy-ready code
/* CSS */
color: #aaffbf;
background-color: #aaffbf;
/* Tailwind (arbitrary) */
class="text-[#aaffbf] bg-[#aaffbf]"
/* SCSS */
$brand: #aaffbf;
/* SwiftUI */
Color(red: 0.667, green: 1.000, blue: 0.749)
/* Android */
Color.parseColor("#aaffbf")Accessibility — WCAG contrast
Aa
#aaffbf on white: 1.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aaffbf on black: 17.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red66.7%
Green100.0%
Blue74.9%
CMYK percentages
Cyan33.3%
Magenta0.0%
Yellow25.1%
Key (black)0.0%
Color previews
#aaffbf text on a black background
contrast 17.77:1
Card sample
#aaffbf text on a white background
contrast 1.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aaffbf;
Background color
Panel with #aaffbf background
background-color: #aaffbf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aaffbf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(170, 255, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(170, 255, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aaffbf; background: linear-gradient(135deg, #aaffbf, #AAFFF8);