#a6ffdf
a light, electric green · cool · closest name: aquamarine
RGB
166, 255, 223
HSL
158°, 100%, 83%
CMYK
35, 0, 13, 0
Luminance
0.8495
Every format
| HEX | #a6ffdf |
| RGB | rgb(166, 255, 223) |
| HSL | hsl(158, 100%, 83%) |
| CMYK | cmyk(35%, 0%, 13%, 0%) |
| LAB | lab(93.9 -33.5 6.9) |
| LCH | lch(93.9 34.2 168.4) |
| OKLCH | oklch(0.935 0.097 169.5) |
Copy-ready code
/* CSS */
color: #a6ffdf;
background-color: #a6ffdf;
/* Tailwind (arbitrary) */
class="text-[#a6ffdf] bg-[#a6ffdf]"
/* SCSS */
$brand: #a6ffdf;
/* SwiftUI */
Color(red: 0.651, green: 1.000, blue: 0.875)
/* Android */
Color.parseColor("#a6ffdf")Accessibility — WCAG contrast
Aa
#a6ffdf on white: 1.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a6ffdf on black: 17.99:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red65.1%
Green100.0%
Blue87.5%
CMYK percentages
Cyan34.9%
Magenta0.0%
Yellow12.5%
Key (black)0.0%
Color previews
#a6ffdf text on a black background
contrast 17.99:1
Card sample
#a6ffdf text on a white background
contrast 1.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a6ffdf;
Background color
Panel with #a6ffdf background
background-color: #a6ffdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a6ffdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(166, 255, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(166, 255, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a6ffdf; background: linear-gradient(135deg, #a6ffdf, #A6E4FF);