#a6fcdc
a light, electric green · cool · closest name: aquamarine
RGB
166, 252, 220
HSL
158°, 94%, 82%
CMYK
34, 0, 13, 1
Luminance
0.8290
Every format
| HEX | #a6fcdc |
| RGB | rgb(166, 252, 220) |
| HSL | hsl(158, 94%, 82%) |
| CMYK | cmyk(34%, 0%, 13%, 1%) |
| LAB | lab(93.0 -32.7 7.1) |
| LCH | lch(93.0 33.5 167.7) |
| OKLCH | oklch(0.927 0.095 168.8) |
Copy-ready code
/* CSS */
color: #a6fcdc;
background-color: #a6fcdc;
/* Tailwind (arbitrary) */
class="text-[#a6fcdc] bg-[#a6fcdc]"
/* SCSS */
$brand: #a6fcdc;
/* SwiftUI */
Color(red: 0.651, green: 0.988, blue: 0.863)
/* Android */
Color.parseColor("#a6fcdc")Accessibility — WCAG contrast
Aa
#a6fcdc on white: 1.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a6fcdc on black: 17.58:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red65.1%
Green98.8%
Blue86.3%
CMYK percentages
Cyan34.1%
Magenta0.0%
Yellow12.7%
Key (black)1.2%
Color previews
#a6fcdc text on a black background
contrast 17.58:1
Card sample
#a6fcdc text on a white background
contrast 1.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a6fcdc;
Background color
Panel with #a6fcdc background
background-color: #a6fcdc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a6fcdc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(166, 252, 220, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(166, 252, 220, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a6fcdc; background: linear-gradient(135deg, #a6fcdc, #A6E3FC);