#a3d3ff
a light, electric blue · cool · closest name: skyblue
RGB
163, 211, 255
HSL
209°, 100%, 82%
CMYK
36, 17, 0, 0
Luminance
0.6160
Every format
| HEX | #a3d3ff |
| RGB | rgb(163, 211, 255) |
| HSL | hsl(209, 100%, 82%) |
| CMYK | cmyk(36%, 17%, 0%, 0%) |
| LAB | lab(82.7 -5.2 -26.5) |
| LCH | lch(82.7 27.0 259.0) |
| OKLCH | oklch(0.849 0.080 246.6) |
Copy-ready code
/* CSS */
color: #a3d3ff;
background-color: #a3d3ff;
/* Tailwind (arbitrary) */
class="text-[#a3d3ff] bg-[#a3d3ff]"
/* SCSS */
$brand: #a3d3ff;
/* SwiftUI */
Color(red: 0.639, green: 0.827, blue: 1.000)
/* Android */
Color.parseColor("#a3d3ff")Accessibility — WCAG contrast
Aa
#a3d3ff on white: 1.58:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a3d3ff on black: 13.32:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red63.9%
Green82.7%
Blue100.0%
CMYK percentages
Cyan36.1%
Magenta17.3%
Yellow0.0%
Key (black)0.0%
Color previews
#a3d3ff text on a black background
contrast 13.32:1
Card sample
#a3d3ff text on a white background
contrast 1.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a3d3ff;
Background color
Panel with #a3d3ff background
background-color: #a3d3ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a3d3ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(163, 211, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(163, 211, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a3d3ff; background: linear-gradient(135deg, #a3d3ff, #B1A3FF);