#a0fcff
a light, electric cyan · cool · closest name: skyblue
RGB
160, 252, 255
HSL
182°, 100%, 81%
CMYK
37, 1, 0, 0
Luminance
0.8431
Every format
| HEX | #a0fcff |
| RGB | rgb(160, 252, 255) |
| HSL | hsl(182, 100%, 81%) |
| CMYK | cmyk(37%, 1%, 0%, 0%) |
| LAB | lab(93.6 -26.6 -10.1) |
| LCH | lch(93.6 28.4 200.8) |
| OKLCH | oklch(0.935 0.088 198.4) |
Copy-ready code
/* CSS */
color: #a0fcff;
background-color: #a0fcff;
/* Tailwind (arbitrary) */
class="text-[#a0fcff] bg-[#a0fcff]"
/* SCSS */
$brand: #a0fcff;
/* SwiftUI */
Color(red: 0.627, green: 0.988, blue: 1.000)
/* Android */
Color.parseColor("#a0fcff")Accessibility — WCAG contrast
Aa
#a0fcff on white: 1.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a0fcff on black: 17.86:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red62.7%
Green98.8%
Blue100.0%
CMYK percentages
Cyan37.3%
Magenta1.2%
Yellow0.0%
Key (black)0.0%
Color previews
#a0fcff text on a black background
contrast 17.86:1
Card sample
#a0fcff text on a white background
contrast 1.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a0fcff;
Background color
Panel with #a0fcff background
background-color: #a0fcff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a0fcff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(160, 252, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(160, 252, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a0fcff; background: linear-gradient(135deg, #a0fcff, #A0BDFF);