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