#a6f8c2
a light, electric green · cool · closest name: aquamarine
RGB
166, 248, 194
HSL
141°, 85%, 81%
CMYK
33, 0, 22, 3
Luminance
0.7914
Every format
| HEX | #a6f8c2 |
| RGB | rgb(166, 248, 194) |
| HSL | hsl(141, 85%, 81%) |
| CMYK | cmyk(33%, 0%, 22%, 3%) |
| LAB | lab(91.3 -35.9 18.2) |
| LCH | lch(91.3 40.2 153.2) |
| OKLCH | oklch(0.912 0.109 154.8) |
Copy-ready code
/* CSS */
color: #a6f8c2;
background-color: #a6f8c2;
/* Tailwind (arbitrary) */
class="text-[#a6f8c2] bg-[#a6f8c2]"
/* SCSS */
$brand: #a6f8c2;
/* SwiftUI */
Color(red: 0.651, green: 0.973, blue: 0.761)
/* Android */
Color.parseColor("#a6f8c2")Accessibility — WCAG contrast
Aa
#a6f8c2 on white: 1.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a6f8c2 on black: 16.83:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red65.1%
Green97.3%
Blue76.1%
CMYK percentages
Cyan33.1%
Magenta0.0%
Yellow21.8%
Key (black)2.7%
Color previews
#a6f8c2 text on a black background
contrast 16.83:1
Card sample
#a6f8c2 text on a white background
contrast 1.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a6f8c2;
Background color
Panel with #a6f8c2 background
background-color: #a6f8c2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a6f8c2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(166, 248, 194, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(166, 248, 194, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a6f8c2; background: linear-gradient(135deg, #a6f8c2, #A6F7F8);