#a1fddf
a light, electric cyan · cool · closest name: aquamarine
RGB
161, 253, 223
HSL
160°, 96%, 81%
CMYK
36, 0, 12, 1
Luminance
0.8316
Every format
| HEX | #a1fddf |
| RGB | rgb(161, 253, 223) |
| HSL | hsl(160, 96%, 81%) |
| CMYK | cmyk(36%, 0%, 12%, 1%) |
| LAB | lab(93.1 -33.9 5.7) |
| LCH | lch(93.1 34.4 170.4) |
| OKLCH | oklch(0.928 0.098 171.4) |
Copy-ready code
/* CSS */
color: #a1fddf;
background-color: #a1fddf;
/* Tailwind (arbitrary) */
class="text-[#a1fddf] bg-[#a1fddf]"
/* SCSS */
$brand: #a1fddf;
/* SwiftUI */
Color(red: 0.631, green: 0.992, blue: 0.875)
/* Android */
Color.parseColor("#a1fddf")Accessibility — WCAG contrast
Aa
#a1fddf on white: 1.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a1fddf on black: 17.63:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red63.1%
Green99.2%
Blue87.5%
CMYK percentages
Cyan36.4%
Magenta0.0%
Yellow11.9%
Key (black)0.8%
Color previews
#a1fddf text on a black background
contrast 17.63:1
Card sample
#a1fddf text on a white background
contrast 1.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a1fddf;
Background color
Panel with #a1fddf background
background-color: #a1fddf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a1fddf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(161, 253, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(161, 253, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a1fddf; background: linear-gradient(135deg, #a1fddf, #A1DEFD);