#a0ebfe
a light, electric cyan · cool · closest name: skyblue
RGB
160, 235, 254
HSL
192°, 98%, 81%
CMYK
37, 8, 0, 0
Luminance
0.7405
Every format
| HEX | #a0ebfe |
| RGB | rgb(160, 235, 254) |
| HSL | hsl(192, 98%, 81%) |
| CMYK | cmyk(37%, 8%, 0%, 0%) |
| LAB | lab(88.9 -18.5 -16.5) |
| LCH | lch(88.9 24.8 221.7) |
| OKLCH | oklch(0.897 0.078 215.4) |
Copy-ready code
/* CSS */
color: #a0ebfe;
background-color: #a0ebfe;
/* Tailwind (arbitrary) */
class="text-[#a0ebfe] bg-[#a0ebfe]"
/* SCSS */
$brand: #a0ebfe;
/* SwiftUI */
Color(red: 0.627, green: 0.922, blue: 0.996)
/* Android */
Color.parseColor("#a0ebfe")Accessibility — WCAG contrast
Aa
#a0ebfe on white: 1.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a0ebfe on black: 15.81:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red62.7%
Green92.2%
Blue99.6%
CMYK percentages
Cyan37.0%
Magenta7.5%
Yellow0.0%
Key (black)0.4%
Color previews
#a0ebfe text on a black background
contrast 15.81:1
Card sample
#a0ebfe text on a white background
contrast 1.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a0ebfe;
Background color
Panel with #a0ebfe background
background-color: #a0ebfe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a0ebfe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(160, 235, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(160, 235, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a0ebfe; background: linear-gradient(135deg, #a0ebfe, #A0ACFE);