#a3c8ff
a light, electric blue · cool · closest name: skyblue
RGB
163, 200, 255
HSL
216°, 100%, 82%
CMYK
36, 22, 0, 0
Luminance
0.5632
Every format
| HEX | #a3c8ff |
| RGB | rgb(163, 200, 255) |
| HSL | hsl(216, 100%, 82%) |
| CMYK | cmyk(36%, 22%, 0%, 0%) |
| LAB | lab(79.8 0.7 -30.9) |
| LCH | lch(79.8 30.9 271.3) |
| OKLCH | oklch(0.826 0.087 258.1) |
Copy-ready code
/* CSS */
color: #a3c8ff;
background-color: #a3c8ff;
/* Tailwind (arbitrary) */
class="text-[#a3c8ff] bg-[#a3c8ff]"
/* SCSS */
$brand: #a3c8ff;
/* SwiftUI */
Color(red: 0.639, green: 0.784, blue: 1.000)
/* Android */
Color.parseColor("#a3c8ff")Accessibility — WCAG contrast
Aa
#a3c8ff on white: 1.71:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a3c8ff on black: 12.26:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red63.9%
Green78.4%
Blue100.0%
CMYK percentages
Cyan36.1%
Magenta21.6%
Yellow0.0%
Key (black)0.0%
Color previews
#a3c8ff text on a black background
contrast 12.26:1
Card sample
#a3c8ff text on a white background
contrast 1.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a3c8ff;
Background color
Panel with #a3c8ff background
background-color: #a3c8ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a3c8ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(163, 200, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(163, 200, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a3c8ff; background: linear-gradient(135deg, #a3c8ff, #BCA3FF);