#a6fcec
a light, electric cyan · cool · closest name: aquamarine
RGB
166, 252, 236
HSL
169°, 94%, 82%
CMYK
34, 0, 6, 1
Luminance
0.8378
Every format
| HEX | #a6fcec |
| RGB | rgb(166, 252, 236) |
| HSL | hsl(169, 94%, 82%) |
| CMYK | cmyk(34%, 0%, 6%, 1%) |
| LAB | lab(93.3 -29.3 -0.6) |
| LCH | lch(93.3 29.3 181.1) |
| OKLCH | oklch(0.932 0.086 181.3) |
Copy-ready code
/* CSS */
color: #a6fcec;
background-color: #a6fcec;
/* Tailwind (arbitrary) */
class="text-[#a6fcec] bg-[#a6fcec]"
/* SCSS */
$brand: #a6fcec;
/* SwiftUI */
Color(red: 0.651, green: 0.988, blue: 0.925)
/* Android */
Color.parseColor("#a6fcec")Accessibility — WCAG contrast
Aa
#a6fcec on white: 1.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a6fcec on black: 17.76:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red65.1%
Green98.8%
Blue92.5%
CMYK percentages
Cyan34.1%
Magenta0.0%
Yellow6.3%
Key (black)1.2%
Color previews
#a6fcec text on a black background
contrast 17.76:1
Card sample
#a6fcec text on a white background
contrast 1.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a6fcec;
Background color
Panel with #a6fcec background
background-color: #a6fcec;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a6fcec;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(166, 252, 236, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(166, 252, 236, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a6fcec; background: linear-gradient(135deg, #a6fcec, #A6D3FC);