#aafd8f
a light, electric green · cool · closest name: aquamarine
RGB
170, 253, 143
HSL
105°, 97%, 78%
CMYK
33, 0, 44, 1
Luminance
0.8078
Every format
| HEX | #aafd8f |
| RGB | rgb(170, 253, 143) |
| HSL | hsl(105, 97%, 78%) |
| CMYK | cmyk(33%, 0%, 44%, 1%) |
| LAB | lab(92.0 -44.9 44.7) |
| LCH | lch(92.0 63.3 135.1) |
| OKLCH | oklch(0.916 0.164 138.4) |
Copy-ready code
/* CSS */
color: #aafd8f;
background-color: #aafd8f;
/* Tailwind (arbitrary) */
class="text-[#aafd8f] bg-[#aafd8f]"
/* SCSS */
$brand: #aafd8f;
/* SwiftUI */
Color(red: 0.667, green: 0.992, blue: 0.561)
/* Android */
Color.parseColor("#aafd8f")Accessibility — WCAG contrast
Aa
#aafd8f on white: 1.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aafd8f on black: 17.16:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red66.7%
Green99.2%
Blue56.1%
CMYK percentages
Cyan32.8%
Magenta0.0%
Yellow43.5%
Key (black)0.8%
Color previews
#aafd8f text on a black background
contrast 17.16:1
Card sample
#aafd8f text on a white background
contrast 1.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aafd8f;
Background color
Panel with #aafd8f background
background-color: #aafd8f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aafd8f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(170, 253, 143, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(170, 253, 143, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aafd8f; background: linear-gradient(135deg, #aafd8f, #8FFDBD);