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