#a6f7cd
a light, electric green · cool · closest name: aquamarine
RGB
166, 247, 205
HSL
149°, 84%, 81%
CMYK
33, 0, 17, 3
Luminance
0.7904
Every format
| HEX | #a6f7cd |
| RGB | rgb(166, 247, 205) |
| HSL | hsl(149, 84%, 81%) |
| CMYK | cmyk(33%, 0%, 17%, 3%) |
| LAB | lab(91.3 -33.4 12.4) |
| LCH | lch(91.3 35.6 159.6) |
| OKLCH | oklch(0.912 0.098 161.0) |
Copy-ready code
/* CSS */
color: #a6f7cd;
background-color: #a6f7cd;
/* Tailwind (arbitrary) */
class="text-[#a6f7cd] bg-[#a6f7cd]"
/* SCSS */
$brand: #a6f7cd;
/* SwiftUI */
Color(red: 0.651, green: 0.969, blue: 0.804)
/* Android */
Color.parseColor("#a6f7cd")Accessibility — WCAG contrast
Aa
#a6f7cd on white: 1.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a6f7cd on black: 16.81:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red65.1%
Green96.9%
Blue80.4%
CMYK percentages
Cyan32.8%
Magenta0.0%
Yellow17.0%
Key (black)3.1%
Color previews
#a6f7cd text on a black background
contrast 16.81:1
Card sample
#a6f7cd text on a white background
contrast 1.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a6f7cd;
Background color
Panel with #a6f7cd background
background-color: #a6f7cd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a6f7cd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(166, 247, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(166, 247, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a6f7cd; background: linear-gradient(135deg, #a6f7cd, #A6EBF7);