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