#a6f8eb
a light, electric cyan · cool · closest name: turquoise
RGB
166, 248, 235
HSL
171°, 85%, 81%
CMYK
33, 0, 5, 3
Luminance
0.8124
Every format
| HEX | #a6f8eb |
| RGB | rgb(166, 248, 235) |
| HSL | hsl(171, 85%, 81%) |
| CMYK | cmyk(33%, 0%, 5%, 3%) |
| LAB | lab(92.2 -27.6 -1.7) |
| LCH | lch(92.2 27.7 183.5) |
| OKLCH | oklch(0.923 0.082 183.5) |
Copy-ready code
/* CSS */
color: #a6f8eb;
background-color: #a6f8eb;
/* Tailwind (arbitrary) */
class="text-[#a6f8eb] bg-[#a6f8eb]"
/* SCSS */
$brand: #a6f8eb;
/* SwiftUI */
Color(red: 0.651, green: 0.973, blue: 0.922)
/* Android */
Color.parseColor("#a6f8eb")Accessibility — WCAG contrast
Aa
#a6f8eb on white: 1.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a6f8eb on black: 17.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red65.1%
Green97.3%
Blue92.2%
CMYK percentages
Cyan33.1%
Magenta0.0%
Yellow5.2%
Key (black)2.7%
Color previews
#a6f8eb text on a black background
contrast 17.25:1
Card sample
#a6f8eb text on a white background
contrast 1.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a6f8eb;
Background color
Panel with #a6f8eb background
background-color: #a6f8eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a6f8eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(166, 248, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(166, 248, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a6f8eb; background: linear-gradient(135deg, #a6f8eb, #A6CEF8);