#a1ffad
a light, electric green · cool · closest name: aquamarine
RGB
161, 255, 173
HSL
128°, 100%, 82%
CMYK
37, 0, 32, 0
Luminance
0.8211
Every format
| HEX | #a1ffad |
| RGB | rgb(161, 255, 173) |
| HSL | hsl(128, 100%, 82%) |
| CMYK | cmyk(37%, 0%, 32%, 0%) |
| LAB | lab(92.6 -44.1 30.6) |
| LCH | lch(92.6 53.7 145.2) |
| OKLCH | oklch(0.921 0.143 147.4) |
Copy-ready code
/* CSS */
color: #a1ffad;
background-color: #a1ffad;
/* Tailwind (arbitrary) */
class="text-[#a1ffad] bg-[#a1ffad]"
/* SCSS */
$brand: #a1ffad;
/* SwiftUI */
Color(red: 0.631, green: 1.000, blue: 0.678)
/* Android */
Color.parseColor("#a1ffad")Accessibility — WCAG contrast
Aa
#a1ffad on white: 1.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a1ffad on black: 17.42:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red63.1%
Green100.0%
Blue67.8%
CMYK percentages
Cyan36.9%
Magenta0.0%
Yellow32.2%
Key (black)0.0%
Color previews
#a1ffad text on a black background
contrast 17.42:1
Card sample
#a1ffad text on a white background
contrast 1.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a1ffad;
Background color
Panel with #a1ffad background
background-color: #a1ffad;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a1ffad;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(161, 255, 173, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(161, 255, 173, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a1ffad; background: linear-gradient(135deg, #a1ffad, #A1FFEC);