#a1ffbc
a light, electric green · cool · closest name: aquamarine
RGB
161, 255, 188
HSL
137°, 100%, 82%
CMYK
37, 0, 26, 0
Luminance
0.8273
Every format
| HEX | #a1ffbc |
| RGB | rgb(161, 255, 188) |
| HSL | hsl(137, 100%, 82%) |
| CMYK | cmyk(37%, 0%, 26%, 0%) |
| LAB | lab(92.9 -41.6 23.4) |
| LCH | lch(92.9 47.7 150.6) |
| OKLCH | oklch(0.924 0.129 152.4) |
Copy-ready code
/* CSS */
color: #a1ffbc;
background-color: #a1ffbc;
/* Tailwind (arbitrary) */
class="text-[#a1ffbc] bg-[#a1ffbc]"
/* SCSS */
$brand: #a1ffbc;
/* SwiftUI */
Color(red: 0.631, green: 1.000, blue: 0.737)
/* Android */
Color.parseColor("#a1ffbc")Accessibility — WCAG contrast
Aa
#a1ffbc on white: 1.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a1ffbc on black: 17.55:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red63.1%
Green100.0%
Blue73.7%
CMYK percentages
Cyan36.9%
Magenta0.0%
Yellow26.3%
Key (black)0.0%
Color previews
#a1ffbc text on a black background
contrast 17.55:1
Card sample
#a1ffbc text on a white background
contrast 1.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a1ffbc;
Background color
Panel with #a1ffbc background
background-color: #a1ffbc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a1ffbc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(161, 255, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(161, 255, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a1ffbc; background: linear-gradient(135deg, #a1ffbc, #A1FFFB);