#a1ebfd
a light, electric cyan · cool · closest name: skyblue
RGB
161, 235, 253
HSL
192°, 96%, 81%
CMYK
36, 7, 0, 1
Luminance
0.7409
Every format
| HEX | #a1ebfd |
| RGB | rgb(161, 235, 253) |
| HSL | hsl(192, 96%, 81%) |
| CMYK | cmyk(36%, 7%, 0%, 1%) |
| LAB | lab(89.0 -18.5 -16.0) |
| LCH | lch(89.0 24.4 220.8) |
| OKLCH | oklch(0.898 0.077 214.6) |
Copy-ready code
/* CSS */
color: #a1ebfd;
background-color: #a1ebfd;
/* Tailwind (arbitrary) */
class="text-[#a1ebfd] bg-[#a1ebfd]"
/* SCSS */
$brand: #a1ebfd;
/* SwiftUI */
Color(red: 0.631, green: 0.922, blue: 0.992)
/* Android */
Color.parseColor("#a1ebfd")Accessibility — WCAG contrast
Aa
#a1ebfd on white: 1.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a1ebfd on black: 15.82:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red63.1%
Green92.2%
Blue99.2%
CMYK percentages
Cyan36.4%
Magenta7.1%
Yellow0.0%
Key (black)0.8%
Color previews
#a1ebfd text on a black background
contrast 15.82:1
Card sample
#a1ebfd text on a white background
contrast 1.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a1ebfd;
Background color
Panel with #a1ebfd background
background-color: #a1ebfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a1ebfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(161, 235, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(161, 235, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a1ebfd; background: linear-gradient(135deg, #a1ebfd, #A1AEFD);