#a3eeff
a light, electric cyan · cool · closest name: skyblue
RGB
163, 238, 255
HSL
191°, 100%, 82%
CMYK
36, 7, 0, 0
Luminance
0.7616
Every format
| HEX | #a3eeff |
| RGB | rgb(163, 238, 255) |
| HSL | hsl(191, 100%, 82%) |
| CMYK | cmyk(36%, 7%, 0%, 0%) |
| LAB | lab(89.9 -19.0 -15.5) |
| LCH | lch(89.9 24.5 219.3) |
| OKLCH | oklch(0.906 0.077 213.4) |
Copy-ready code
/* CSS */
color: #a3eeff;
background-color: #a3eeff;
/* Tailwind (arbitrary) */
class="text-[#a3eeff] bg-[#a3eeff]"
/* SCSS */
$brand: #a3eeff;
/* SwiftUI */
Color(red: 0.639, green: 0.933, blue: 1.000)
/* Android */
Color.parseColor("#a3eeff")Accessibility — WCAG contrast
Aa
#a3eeff on white: 1.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a3eeff on black: 16.23:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red63.9%
Green93.3%
Blue100.0%
CMYK percentages
Cyan36.1%
Magenta6.7%
Yellow0.0%
Key (black)0.0%
Color previews
#a3eeff text on a black background
contrast 16.23:1
Card sample
#a3eeff text on a white background
contrast 1.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a3eeff;
Background color
Panel with #a3eeff background
background-color: #a3eeff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a3eeff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(163, 238, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(163, 238, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a3eeff; background: linear-gradient(135deg, #a3eeff, #A3B1FF);