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