#a1ffdf
a light, electric green · cool · closest name: aquamarine
RGB
161, 255, 223
HSL
160°, 100%, 82%
CMYK
37, 0, 13, 0
Luminance
0.8442
Every format
| HEX | #a1ffdf |
| RGB | rgb(161, 255, 223) |
| HSL | hsl(160, 100%, 82%) |
| CMYK | cmyk(37%, 0%, 13%, 0%) |
| LAB | lab(93.6 -34.8 6.5) |
| LCH | lch(93.6 35.4 169.4) |
| OKLCH | oklch(0.932 0.101 170.4) |
Copy-ready code
/* CSS */
color: #a1ffdf;
background-color: #a1ffdf;
/* Tailwind (arbitrary) */
class="text-[#a1ffdf] bg-[#a1ffdf]"
/* SCSS */
$brand: #a1ffdf;
/* SwiftUI */
Color(red: 0.631, green: 1.000, blue: 0.875)
/* Android */
Color.parseColor("#a1ffdf")Accessibility — WCAG contrast
Aa
#a1ffdf on white: 1.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a1ffdf on black: 17.88:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red63.1%
Green100.0%
Blue87.5%
CMYK percentages
Cyan36.9%
Magenta0.0%
Yellow12.5%
Key (black)0.0%
Color previews
#a1ffdf text on a black background
contrast 17.88:1
Card sample
#a1ffdf text on a white background
contrast 1.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a1ffdf;
Background color
Panel with #a1ffdf background
background-color: #a1ffdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a1ffdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(161, 255, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(161, 255, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a1ffdf; background: linear-gradient(135deg, #a1ffdf, #A1E0FF);