#a6f2eb
a light, vivid cyan · cool · closest name: turquoise
RGB
166, 242, 235
HSL
175°, 75%, 80%
CMYK
31, 0, 3, 5
Luminance
0.7761
Every format
| HEX | #a6f2eb |
| RGB | rgb(166, 242, 235) |
| HSL | hsl(175, 75%, 80%) |
| CMYK | cmyk(31%, 0%, 3%, 5%) |
| LAB | lab(90.6 -24.8 -4.1) |
| LCH | lch(90.6 25.1 189.4) |
| OKLCH | oklch(0.910 0.075 188.7) |
Copy-ready code
/* CSS */
color: #a6f2eb;
background-color: #a6f2eb;
/* Tailwind (arbitrary) */
class="text-[#a6f2eb] bg-[#a6f2eb]"
/* SCSS */
$brand: #a6f2eb;
/* SwiftUI */
Color(red: 0.651, green: 0.949, blue: 0.922)
/* Android */
Color.parseColor("#a6f2eb")Accessibility — WCAG contrast
Aa
#a6f2eb on white: 1.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a6f2eb on black: 16.52:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red65.1%
Green94.9%
Blue92.2%
CMYK percentages
Cyan31.4%
Magenta0.0%
Yellow2.9%
Key (black)5.1%
Color previews
#a6f2eb text on a black background
contrast 16.52:1
Card sample
#a6f2eb text on a white background
contrast 1.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a6f2eb;
Background color
Panel with #a6f2eb background
background-color: #a6f2eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a6f2eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(166, 242, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(166, 242, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a6f2eb; background: linear-gradient(135deg, #a6f2eb, #A6C6F2);