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