#a6fcf4
a light, electric cyan · cool · closest name: turquoise
RGB
166, 252, 244
HSL
174°, 94%, 82%
CMYK
34, 0, 3, 1
Luminance
0.8426
Every format
| HEX | #a6fcf4 |
| RGB | rgb(166, 252, 244) |
| HSL | hsl(174, 94%, 82%) |
| CMYK | cmyk(34%, 0%, 3%, 1%) |
| LAB | lab(93.6 -27.6 -4.4) |
| LCH | lch(93.6 27.9 189.1) |
| OKLCH | oklch(0.934 0.084 188.4) |
Copy-ready code
/* CSS */
color: #a6fcf4;
background-color: #a6fcf4;
/* Tailwind (arbitrary) */
class="text-[#a6fcf4] bg-[#a6fcf4]"
/* SCSS */
$brand: #a6fcf4;
/* SwiftUI */
Color(red: 0.651, green: 0.988, blue: 0.957)
/* Android */
Color.parseColor("#a6fcf4")Accessibility — WCAG contrast
Aa
#a6fcf4 on white: 1.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a6fcf4 on black: 17.85:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red65.1%
Green98.8%
Blue95.7%
CMYK percentages
Cyan34.1%
Magenta0.0%
Yellow3.2%
Key (black)1.2%
Color previews
#a6fcf4 text on a black background
contrast 17.85:1
Card sample
#a6fcf4 text on a white background
contrast 1.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a6fcf4;
Background color
Panel with #a6fcf4 background
background-color: #a6fcf4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a6fcf4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(166, 252, 244, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(166, 252, 244, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a6fcf4; background: linear-gradient(135deg, #a6fcf4, #A6CBFC);