#a1e795
a light, vivid green · cool · closest name: aquamarine
RGB
161, 231, 149
HSL
111°, 63%, 75%
CMYK
30, 0, 36, 9
Luminance
0.6690
Every format
| HEX | #a1e795 |
| RGB | rgb(161, 231, 149) |
| HSL | hsl(111, 63%, 75%) |
| CMYK | cmyk(30%, 0%, 36%, 9%) |
| LAB | lab(85.5 -37.2 33.2) |
| LCH | lch(85.5 49.8 138.3) |
| OKLCH | oklch(0.862 0.131 140.9) |
Copy-ready code
/* CSS */
color: #a1e795;
background-color: #a1e795;
/* Tailwind (arbitrary) */
class="text-[#a1e795] bg-[#a1e795]"
/* SCSS */
$brand: #a1e795;
/* SwiftUI */
Color(red: 0.631, green: 0.906, blue: 0.584)
/* Android */
Color.parseColor("#a1e795")Accessibility — WCAG contrast
Aa
#a1e795 on white: 1.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a1e795 on black: 14.38:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red63.1%
Green90.6%
Blue58.4%
CMYK percentages
Cyan30.3%
Magenta0.0%
Yellow35.5%
Key (black)9.4%
Color previews
#a1e795 text on a black background
contrast 14.38:1
Card sample
#a1e795 text on a white background
contrast 1.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a1e795;
Background color
Panel with #a1e795 background
background-color: #a1e795;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a1e795;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(161, 231, 149, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(161, 231, 149, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a1e795; background: linear-gradient(135deg, #a1e795, #95E7C0);