#a3f6ff
a light, electric cyan · cool · closest name: skyblue
RGB
163, 246, 255
HSL
186°, 100%, 82%
CMYK
36, 4, 0, 0
Luminance
0.8092
Every format
| HEX | #a3f6ff |
| RGB | rgb(163, 246, 255) |
| HSL | hsl(186, 100%, 82%) |
| CMYK | cmyk(36%, 4%, 0%, 0%) |
| LAB | lab(92.1 -22.9 -12.3) |
| LCH | lch(92.1 26.0 208.2) |
| OKLCH | oklch(0.923 0.081 204.5) |
Copy-ready code
/* CSS */
color: #a3f6ff;
background-color: #a3f6ff;
/* Tailwind (arbitrary) */
class="text-[#a3f6ff] bg-[#a3f6ff]"
/* SCSS */
$brand: #a3f6ff;
/* SwiftUI */
Color(red: 0.639, green: 0.965, blue: 1.000)
/* Android */
Color.parseColor("#a3f6ff")Accessibility — WCAG contrast
Aa
#a3f6ff on white: 1.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a3f6ff on black: 17.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red63.9%
Green96.5%
Blue100.0%
CMYK percentages
Cyan36.1%
Magenta3.5%
Yellow0.0%
Key (black)0.0%
Color previews
#a3f6ff text on a black background
contrast 17.18:1
Card sample
#a3f6ff text on a white background
contrast 1.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a3f6ff;
Background color
Panel with #a3f6ff background
background-color: #a3f6ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a3f6ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(163, 246, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(163, 246, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a3f6ff; background: linear-gradient(135deg, #a3f6ff, #A3B9FF);