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