#a3d7ff
a light, electric blue · cool · closest name: skyblue
RGB
163, 215, 255
HSL
206°, 100%, 82%
CMYK
36, 16, 0, 0
Luminance
0.6361
Every format
| HEX | #a3d7ff |
| RGB | rgb(163, 215, 255) |
| HSL | hsl(206, 100%, 82%) |
| CMYK | cmyk(36%, 16%, 0%, 0%) |
| LAB | lab(83.8 -7.3 -24.9) |
| LCH | lch(83.8 25.9 253.7) |
| OKLCH | oklch(0.857 0.078 241.9) |
Copy-ready code
/* CSS */
color: #a3d7ff;
background-color: #a3d7ff;
/* Tailwind (arbitrary) */
class="text-[#a3d7ff] bg-[#a3d7ff]"
/* SCSS */
$brand: #a3d7ff;
/* SwiftUI */
Color(red: 0.639, green: 0.843, blue: 1.000)
/* Android */
Color.parseColor("#a3d7ff")Accessibility — WCAG contrast
Aa
#a3d7ff on white: 1.53:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a3d7ff on black: 13.72:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red63.9%
Green84.3%
Blue100.0%
CMYK percentages
Cyan36.1%
Magenta15.7%
Yellow0.0%
Key (black)0.0%
Color previews
#a3d7ff text on a black background
contrast 13.72:1
Card sample
#a3d7ff text on a white background
contrast 1.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a3d7ff;
Background color
Panel with #a3d7ff background
background-color: #a3d7ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a3d7ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(163, 215, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(163, 215, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a3d7ff; background: linear-gradient(135deg, #a3d7ff, #ADA3FF);