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