#a6feee
a light, electric cyan · cool · closest name: aquamarine
RGB
166, 254, 238
HSL
169°, 98%, 82%
CMYK
35, 0, 6, 0
Luminance
0.8516
Every format
| HEX | #a6feee |
| RGB | rgb(166, 254, 238) |
| HSL | hsl(169, 98%, 82%) |
| CMYK | cmyk(35%, 0%, 6%, 0%) |
| LAB | lab(94.0 -29.8 -0.7) |
| LCH | lch(94.0 29.9 181.4) |
| OKLCH | oklch(0.937 0.088 181.6) |
Copy-ready code
/* CSS */
color: #a6feee;
background-color: #a6feee;
/* Tailwind (arbitrary) */
class="text-[#a6feee] bg-[#a6feee]"
/* SCSS */
$brand: #a6feee;
/* SwiftUI */
Color(red: 0.651, green: 0.996, blue: 0.933)
/* Android */
Color.parseColor("#a6feee")Accessibility — WCAG contrast
Aa
#a6feee on white: 1.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a6feee on black: 18.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red65.1%
Green99.6%
Blue93.3%
CMYK percentages
Cyan34.6%
Magenta0.0%
Yellow6.3%
Key (black)0.4%
Color previews
#a6feee text on a black background
contrast 18.03:1
Card sample
#a6feee text on a white background
contrast 1.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a6feee;
Background color
Panel with #a6feee background
background-color: #a6feee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a6feee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(166, 254, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(166, 254, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a6feee; background: linear-gradient(135deg, #a6feee, #A6D3FE);