#a6dfba
a light, vivid green · cool · closest name: aquamarine
RGB
166, 223, 186
HSL
141°, 47%, 76%
CMYK
26, 0, 17, 13
Luminance
0.6443
Every format
| HEX | #a6dfba |
| RGB | rgb(166, 223, 186) |
| HSL | hsl(141, 47%, 76%) |
| CMYK | cmyk(26%, 0%, 17%, 13%) |
| LAB | lab(84.2 -25.6 12.3) |
| LCH | lch(84.2 28.4 154.3) |
| OKLCH | oklch(0.854 0.078 155.9) |
Copy-ready code
/* CSS */
color: #a6dfba;
background-color: #a6dfba;
/* Tailwind (arbitrary) */
class="text-[#a6dfba] bg-[#a6dfba]"
/* SCSS */
$brand: #a6dfba;
/* SwiftUI */
Color(red: 0.651, green: 0.875, blue: 0.729)
/* Android */
Color.parseColor("#a6dfba")Accessibility — WCAG contrast
Aa
#a6dfba on white: 1.51:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a6dfba on black: 13.89:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red65.1%
Green87.5%
Blue72.9%
CMYK percentages
Cyan25.6%
Magenta0.0%
Yellow16.6%
Key (black)12.5%
Color previews
#a6dfba text on a black background
contrast 13.89:1
Card sample
#a6dfba text on a white background
contrast 1.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a6dfba;
Background color
Panel with #a6dfba background
background-color: #a6dfba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a6dfba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(166, 223, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(166, 223, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a6dfba; background: linear-gradient(135deg, #a6dfba, #A6DEDF);