#a8ffab
a light, electric green · cool · closest name: aquamarine
RGB
168, 255, 171
HSL
122°, 100%, 83%
CMYK
34, 0, 33, 0
Luminance
0.8279
Every format
| HEX | #a8ffab |
| RGB | rgb(168, 255, 171) |
| HSL | hsl(122, 100%, 83%) |
| CMYK | cmyk(34%, 0%, 33%, 0%) |
| LAB | lab(92.9 -42.3 32.1) |
| LCH | lch(92.9 53.1 142.8) |
| OKLCH | oklch(0.924 0.141 145.1) |
Copy-ready code
/* CSS */
color: #a8ffab;
background-color: #a8ffab;
/* Tailwind (arbitrary) */
class="text-[#a8ffab] bg-[#a8ffab]"
/* SCSS */
$brand: #a8ffab;
/* SwiftUI */
Color(red: 0.659, green: 1.000, blue: 0.671)
/* Android */
Color.parseColor("#a8ffab")Accessibility — WCAG contrast
Aa
#a8ffab on white: 1.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a8ffab on black: 17.56:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red65.9%
Green100.0%
Blue67.1%
CMYK percentages
Cyan34.1%
Magenta0.0%
Yellow32.9%
Key (black)0.0%
Color previews
#a8ffab text on a black background
contrast 17.56:1
Card sample
#a8ffab text on a white background
contrast 1.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a8ffab;
Background color
Panel with #a8ffab background
background-color: #a8ffab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a8ffab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(168, 255, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(168, 255, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a8ffab; background: linear-gradient(135deg, #a8ffab, #A8FFE5);