#a3ecfd
a light, electric cyan · cool · closest name: skyblue
RGB
163, 236, 253
HSL
191°, 96%, 82%
CMYK
36, 7, 0, 1
Luminance
0.7487
Every format
| HEX | #a3ecfd |
| RGB | rgb(163, 236, 253) |
| HSL | hsl(191, 96%, 82%) |
| CMYK | cmyk(36%, 7%, 0%, 1%) |
| LAB | lab(89.3 -18.5 -15.4) |
| LCH | lch(89.3 24.0 219.8) |
| OKLCH | oklch(0.901 0.076 213.9) |
Copy-ready code
/* CSS */
color: #a3ecfd;
background-color: #a3ecfd;
/* Tailwind (arbitrary) */
class="text-[#a3ecfd] bg-[#a3ecfd]"
/* SCSS */
$brand: #a3ecfd;
/* SwiftUI */
Color(red: 0.639, green: 0.925, blue: 0.992)
/* Android */
Color.parseColor("#a3ecfd")Accessibility — WCAG contrast
Aa
#a3ecfd on white: 1.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a3ecfd on black: 15.97:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red63.9%
Green92.5%
Blue99.2%
CMYK percentages
Cyan35.6%
Magenta6.7%
Yellow0.0%
Key (black)0.8%
Color previews
#a3ecfd text on a black background
contrast 15.97:1
Card sample
#a3ecfd text on a white background
contrast 1.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a3ecfd;
Background color
Panel with #a3ecfd background
background-color: #a3ecfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a3ecfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(163, 236, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(163, 236, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a3ecfd; background: linear-gradient(135deg, #a3ecfd, #A3B0FD);