#a6f7ff
a light, electric cyan · cool · closest name: skyblue
RGB
166, 247, 255
HSL
185°, 100%, 83%
CMYK
35, 3, 0, 0
Luminance
0.8185
Every format
| HEX | #a6f7ff |
| RGB | rgb(166, 247, 255) |
| HSL | hsl(185, 100%, 83%) |
| CMYK | cmyk(35%, 3%, 0%, 0%) |
| LAB | lab(92.5 -22.6 -11.7) |
| LCH | lch(92.5 25.5 207.3) |
| OKLCH | oklch(0.927 0.079 203.7) |
Copy-ready code
/* CSS */
color: #a6f7ff;
background-color: #a6f7ff;
/* Tailwind (arbitrary) */
class="text-[#a6f7ff] bg-[#a6f7ff]"
/* SCSS */
$brand: #a6f7ff;
/* SwiftUI */
Color(red: 0.651, green: 0.969, blue: 1.000)
/* Android */
Color.parseColor("#a6f7ff")Accessibility — WCAG contrast
Aa
#a6f7ff on white: 1.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a6f7ff on black: 17.37:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red65.1%
Green96.9%
Blue100.0%
CMYK percentages
Cyan34.9%
Magenta3.1%
Yellow0.0%
Key (black)0.0%
Color previews
#a6f7ff text on a black background
contrast 17.37:1
Card sample
#a6f7ff text on a white background
contrast 1.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a6f7ff;
Background color
Panel with #a6f7ff background
background-color: #a6f7ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a6f7ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(166, 247, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(166, 247, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a6f7ff; background: linear-gradient(135deg, #a6f7ff, #A6BBFF);