#a6fddf
a light, electric green · cool · closest name: aquamarine
RGB
166, 253, 223
HSL
159°, 96%, 82%
CMYK
34, 0, 12, 1
Luminance
0.8369
Every format
| HEX | #a6fddf |
| RGB | rgb(166, 253, 223) |
| HSL | hsl(159, 96%, 82%) |
| CMYK | cmyk(34%, 0%, 12%, 1%) |
| LAB | lab(93.3 -32.5 6.1) |
| LCH | lch(93.3 33.1 169.4) |
| OKLCH | oklch(0.930 0.094 170.5) |
Copy-ready code
/* CSS */
color: #a6fddf;
background-color: #a6fddf;
/* Tailwind (arbitrary) */
class="text-[#a6fddf] bg-[#a6fddf]"
/* SCSS */
$brand: #a6fddf;
/* SwiftUI */
Color(red: 0.651, green: 0.992, blue: 0.875)
/* Android */
Color.parseColor("#a6fddf")Accessibility — WCAG contrast
Aa
#a6fddf on white: 1.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a6fddf on black: 17.74:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red65.1%
Green99.2%
Blue87.5%
CMYK percentages
Cyan34.4%
Magenta0.0%
Yellow11.9%
Key (black)0.8%
Color previews
#a6fddf text on a black background
contrast 17.74:1
Card sample
#a6fddf text on a white background
contrast 1.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a6fddf;
Background color
Panel with #a6fddf background
background-color: #a6fddf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a6fddf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(166, 253, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(166, 253, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a6fddf; background: linear-gradient(135deg, #a6fddf, #A6E1FD);