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