#a1ebff
a light, electric cyan · cool · closest name: skyblue
RGB
161, 235, 255
HSL
193°, 100%, 82%
CMYK
37, 8, 0, 0
Luminance
0.7421
Every format
| HEX | #a1ebff |
| RGB | rgb(161, 235, 255) |
| HSL | hsl(193, 100%, 82%) |
| CMYK | cmyk(37%, 8%, 0%, 0%) |
| LAB | lab(89.0 -18.0 -16.9) |
| LCH | lch(89.0 24.7 223.2) |
| OKLCH | oklch(0.898 0.078 216.5) |
Copy-ready code
/* CSS */
color: #a1ebff;
background-color: #a1ebff;
/* Tailwind (arbitrary) */
class="text-[#a1ebff] bg-[#a1ebff]"
/* SCSS */
$brand: #a1ebff;
/* SwiftUI */
Color(red: 0.631, green: 0.922, blue: 1.000)
/* Android */
Color.parseColor("#a1ebff")Accessibility — WCAG contrast
Aa
#a1ebff on white: 1.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a1ebff on black: 15.84:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red63.1%
Green92.2%
Blue100.0%
CMYK percentages
Cyan36.9%
Magenta7.8%
Yellow0.0%
Key (black)0.0%
Color previews
#a1ebff text on a black background
contrast 15.84:1
Card sample
#a1ebff text on a white background
contrast 1.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a1ebff;
Background color
Panel with #a1ebff background
background-color: #a1ebff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a1ebff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(161, 235, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(161, 235, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a1ebff; background: linear-gradient(135deg, #a1ebff, #A1ACFF);