#a6f2fd
a light, electric cyan · cool · closest name: skyblue
RGB
166, 242, 253
HSL
188°, 96%, 82%
CMYK
34, 4, 0, 1
Luminance
0.7870
Every format
| HEX | #a6f2fd |
| RGB | rgb(166, 242, 253) |
| HSL | hsl(188, 96%, 82%) |
| CMYK | cmyk(34%, 4%, 0%, 1%) |
| LAB | lab(91.1 -20.7 -12.7) |
| LCH | lch(91.1 24.3 211.6) |
| OKLCH | oklch(0.915 0.076 207.3) |
Copy-ready code
/* CSS */
color: #a6f2fd;
background-color: #a6f2fd;
/* Tailwind (arbitrary) */
class="text-[#a6f2fd] bg-[#a6f2fd]"
/* SCSS */
$brand: #a6f2fd;
/* SwiftUI */
Color(red: 0.651, green: 0.949, blue: 0.992)
/* Android */
Color.parseColor("#a6f2fd")Accessibility — WCAG contrast
Aa
#a6f2fd on white: 1.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a6f2fd on black: 16.74:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red65.1%
Green94.9%
Blue99.2%
CMYK percentages
Cyan34.4%
Magenta4.3%
Yellow0.0%
Key (black)0.8%
Color previews
#a6f2fd text on a black background
contrast 16.74:1
Card sample
#a6f2fd text on a white background
contrast 1.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a6f2fd;
Background color
Panel with #a6f2fd background
background-color: #a6f2fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a6f2fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(166, 242, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(166, 242, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a6f2fd; background: linear-gradient(135deg, #a6f2fd, #A6B8FD);