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