#a6f3fc
a light, electric cyan · cool · closest name: skyblue
RGB
166, 243, 252
HSL
186°, 94%, 82%
CMYK
34, 4, 0, 1
Luminance
0.7924
Every format
| HEX | #a6f3fc |
| RGB | rgb(166, 243, 252) |
| HSL | hsl(186, 94%, 82%) |
| CMYK | cmyk(34%, 4%, 0%, 1%) |
| LAB | lab(91.3 -21.4 -11.8) |
| LCH | lch(91.3 24.4 209.0) |
| OKLCH | oklch(0.917 0.076 205.2) |
Copy-ready code
/* CSS */
color: #a6f3fc;
background-color: #a6f3fc;
/* Tailwind (arbitrary) */
class="text-[#a6f3fc] bg-[#a6f3fc]"
/* SCSS */
$brand: #a6f3fc;
/* SwiftUI */
Color(red: 0.651, green: 0.953, blue: 0.988)
/* Android */
Color.parseColor("#a6f3fc")Accessibility — WCAG contrast
Aa
#a6f3fc on white: 1.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a6f3fc on black: 16.85:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red65.1%
Green95.3%
Blue98.8%
CMYK percentages
Cyan34.1%
Magenta3.6%
Yellow0.0%
Key (black)1.2%
Color previews
#a6f3fc text on a black background
contrast 16.85:1
Card sample
#a6f3fc text on a white background
contrast 1.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a6f3fc;
Background color
Panel with #a6f3fc background
background-color: #a6f3fc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a6f3fc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(166, 243, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(166, 243, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a6f3fc; background: linear-gradient(135deg, #a6f3fc, #A6BAFC);