#a6f2ab
a light, vivid green · cool · closest name: aquamarine
RGB
166, 242, 171
HSL
124°, 75%, 80%
CMYK
31, 0, 29, 5
Luminance
0.7455
Every format
| HEX | #a6f2ab |
| RGB | rgb(166, 242, 171) |
| HSL | hsl(124, 75%, 80%) |
| CMYK | cmyk(31%, 0%, 29%, 5%) |
| LAB | lab(89.2 -37.1 27.0) |
| LCH | lch(89.2 45.9 144.0) |
| OKLCH | oklch(0.894 0.122 146.0) |
Copy-ready code
/* CSS */
color: #a6f2ab;
background-color: #a6f2ab;
/* Tailwind (arbitrary) */
class="text-[#a6f2ab] bg-[#a6f2ab]"
/* SCSS */
$brand: #a6f2ab;
/* SwiftUI */
Color(red: 0.651, green: 0.949, blue: 0.671)
/* Android */
Color.parseColor("#a6f2ab")Accessibility — WCAG contrast
Aa
#a6f2ab on white: 1.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a6f2ab on black: 15.91:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red65.1%
Green94.9%
Blue67.1%
CMYK percentages
Cyan31.4%
Magenta0.0%
Yellow29.3%
Key (black)5.1%
Color previews
#a6f2ab text on a black background
contrast 15.91:1
Card sample
#a6f2ab text on a white background
contrast 1.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a6f2ab;
Background color
Panel with #a6f2ab background
background-color: #a6f2ab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a6f2ab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(166, 242, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(166, 242, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a6f2ab; background: linear-gradient(135deg, #a6f2ab, #A6F2DE);