#a3dbfd
a light, electric blue · cool · closest name: skyblue
RGB
163, 219, 253
HSL
203°, 96%, 82%
CMYK
36, 13, 0, 1
Luminance
0.6554
Every format
| HEX | #a3dbfd |
| RGB | rgb(163, 219, 253) |
| HSL | hsl(203, 96%, 82%) |
| CMYK | cmyk(36%, 13%, 0%, 1%) |
| LAB | lab(84.8 -9.8 -22.3) |
| LCH | lch(84.8 24.4 246.2) |
| OKLCH | oklch(0.865 0.074 235.4) |
Copy-ready code
/* CSS */
color: #a3dbfd;
background-color: #a3dbfd;
/* Tailwind (arbitrary) */
class="text-[#a3dbfd] bg-[#a3dbfd]"
/* SCSS */
$brand: #a3dbfd;
/* SwiftUI */
Color(red: 0.639, green: 0.859, blue: 0.992)
/* Android */
Color.parseColor("#a3dbfd")Accessibility — WCAG contrast
Aa
#a3dbfd on white: 1.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a3dbfd on black: 14.11:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red63.9%
Green85.9%
Blue99.2%
CMYK percentages
Cyan35.6%
Magenta13.4%
Yellow0.0%
Key (black)0.8%
Color previews
#a3dbfd text on a black background
contrast 14.11:1
Card sample
#a3dbfd text on a white background
contrast 1.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a3dbfd;
Background color
Panel with #a3dbfd background
background-color: #a3dbfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a3dbfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(163, 219, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(163, 219, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a3dbfd; background: linear-gradient(135deg, #a3dbfd, #A7A3FD);