#a6e4b8
a light, vivid green · cool · closest name: aquamarine
RGB
166, 228, 184
HSL
137°, 53%, 77%
CMYK
27, 0, 19, 11
Luminance
0.6705
Every format
| HEX | #a6e4b8 |
| RGB | rgb(166, 228, 184) |
| HSL | hsl(137, 53%, 77%) |
| CMYK | cmyk(27%, 0%, 19%, 11%) |
| LAB | lab(85.5 -28.4 15.3) |
| LCH | lch(85.5 32.2 151.7) |
| OKLCH | oklch(0.865 0.088 153.4) |
Copy-ready code
/* CSS */
color: #a6e4b8;
background-color: #a6e4b8;
/* Tailwind (arbitrary) */
class="text-[#a6e4b8] bg-[#a6e4b8]"
/* SCSS */
$brand: #a6e4b8;
/* SwiftUI */
Color(red: 0.651, green: 0.894, blue: 0.722)
/* Android */
Color.parseColor("#a6e4b8")Accessibility — WCAG contrast
Aa
#a6e4b8 on white: 1.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a6e4b8 on black: 14.41:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red65.1%
Green89.4%
Blue72.2%
CMYK percentages
Cyan27.2%
Magenta0.0%
Yellow19.3%
Key (black)10.6%
Color previews
#a6e4b8 text on a black background
contrast 14.41:1
Card sample
#a6e4b8 text on a white background
contrast 1.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a6e4b8;
Background color
Panel with #a6e4b8 background
background-color: #a6e4b8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a6e4b8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(166, 228, 184, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(166, 228, 184, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a6e4b8; background: linear-gradient(135deg, #a6e4b8, #A6E4E1);