#a1fdcd
a light, electric green · cool · closest name: aquamarine
RGB
161, 253, 205
HSL
149°, 96%, 81%
CMYK
36, 0, 19, 1
Luminance
0.8224
Every format
| HEX | #a1fdcd |
| RGB | rgb(161, 253, 205) |
| HSL | hsl(149, 96%, 81%) |
| CMYK | cmyk(36%, 0%, 19%, 1%) |
| LAB | lab(92.7 -37.5 14.4) |
| LCH | lch(92.7 40.2 159.0) |
| OKLCH | oklch(0.923 0.111 160.4) |
Copy-ready code
/* CSS */
color: #a1fdcd;
background-color: #a1fdcd;
/* Tailwind (arbitrary) */
class="text-[#a1fdcd] bg-[#a1fdcd]"
/* SCSS */
$brand: #a1fdcd;
/* SwiftUI */
Color(red: 0.631, green: 0.992, blue: 0.804)
/* Android */
Color.parseColor("#a1fdcd")Accessibility — WCAG contrast
Aa
#a1fdcd on white: 1.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a1fdcd on black: 17.45:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red63.1%
Green99.2%
Blue80.4%
CMYK percentages
Cyan36.4%
Magenta0.0%
Yellow19.0%
Key (black)0.8%
Color previews
#a1fdcd text on a black background
contrast 17.45:1
Card sample
#a1fdcd text on a white background
contrast 1.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a1fdcd;
Background color
Panel with #a1fdcd background
background-color: #a1fdcd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a1fdcd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(161, 253, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(161, 253, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a1fdcd; background: linear-gradient(135deg, #a1fdcd, #A1F0FD);