#a6fdcd
a light, electric green · cool · closest name: aquamarine
RGB
166, 253, 205
HSL
147°, 96%, 82%
CMYK
34, 0, 19, 1
Luminance
0.8277
Every format
| HEX | #a6fdcd |
| RGB | rgb(166, 253, 205) |
| HSL | hsl(147, 96%, 82%) |
| CMYK | cmyk(34%, 0%, 19%, 1%) |
| LAB | lab(92.9 -36.1 14.8) |
| LCH | lch(92.9 39.0 157.7) |
| OKLCH | oklch(0.926 0.107 159.2) |
Copy-ready code
/* CSS */
color: #a6fdcd;
background-color: #a6fdcd;
/* Tailwind (arbitrary) */
class="text-[#a6fdcd] bg-[#a6fdcd]"
/* SCSS */
$brand: #a6fdcd;
/* SwiftUI */
Color(red: 0.651, green: 0.992, blue: 0.804)
/* Android */
Color.parseColor("#a6fdcd")Accessibility — WCAG contrast
Aa
#a6fdcd on white: 1.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a6fdcd on black: 17.55:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red65.1%
Green99.2%
Blue80.4%
CMYK percentages
Cyan34.4%
Magenta0.0%
Yellow19.0%
Key (black)0.8%
Color previews
#a6fdcd text on a black background
contrast 17.55:1
Card sample
#a6fdcd text on a white background
contrast 1.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a6fdcd;
Background color
Panel with #a6fdcd background
background-color: #a6fdcd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a6fdcd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(166, 253, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(166, 253, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a6fdcd; background: linear-gradient(135deg, #a6fdcd, #A6F3FD);