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