#a1ffb2
a light, electric green · cool · closest name: aquamarine
RGB
161, 255, 178
HSL
131°, 100%, 82%
CMYK
37, 0, 30, 0
Luminance
0.8231
Every format
| HEX | #a1ffb2 |
| RGB | rgb(161, 255, 178) |
| HSL | hsl(131, 100%, 82%) |
| CMYK | cmyk(37%, 0%, 30%, 0%) |
| LAB | lab(92.7 -43.3 28.2) |
| LCH | lch(92.7 51.7 146.9) |
| OKLCH | oklch(0.922 0.138 148.9) |
Copy-ready code
/* CSS */
color: #a1ffb2;
background-color: #a1ffb2;
/* Tailwind (arbitrary) */
class="text-[#a1ffb2] bg-[#a1ffb2]"
/* SCSS */
$brand: #a1ffb2;
/* SwiftUI */
Color(red: 0.631, green: 1.000, blue: 0.698)
/* Android */
Color.parseColor("#a1ffb2")Accessibility — WCAG contrast
Aa
#a1ffb2 on white: 1.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a1ffb2 on black: 17.46:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red63.1%
Green100.0%
Blue69.8%
CMYK percentages
Cyan36.9%
Magenta0.0%
Yellow30.2%
Key (black)0.0%
Color previews
#a1ffb2 text on a black background
contrast 17.46:1
Card sample
#a1ffb2 text on a white background
contrast 1.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a1ffb2;
Background color
Panel with #a1ffb2 background
background-color: #a1ffb2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a1ffb2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(161, 255, 178, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(161, 255, 178, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a1ffb2; background: linear-gradient(135deg, #a1ffb2, #A1FFF1);