#a0f1ff
a light, electric cyan · cool · closest name: skyblue
RGB
160, 241, 255
HSL
189°, 100%, 81%
CMYK
37, 6, 0, 0
Luminance
0.7760
Every format
| HEX | #a0f1ff |
| RGB | rgb(160, 241, 255) |
| HSL | hsl(189, 100%, 81%) |
| CMYK | cmyk(37%, 6%, 0%, 0%) |
| LAB | lab(90.6 -21.2 -14.6) |
| LCH | lch(90.6 25.7 214.4) |
| OKLCH | oklch(0.911 0.081 209.5) |
Copy-ready code
/* CSS */
color: #a0f1ff;
background-color: #a0f1ff;
/* Tailwind (arbitrary) */
class="text-[#a0f1ff] bg-[#a0f1ff]"
/* SCSS */
$brand: #a0f1ff;
/* SwiftUI */
Color(red: 0.627, green: 0.945, blue: 1.000)
/* Android */
Color.parseColor("#a0f1ff")Accessibility — WCAG contrast
Aa
#a0f1ff on white: 1.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a0f1ff on black: 16.52:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red62.7%
Green94.5%
Blue100.0%
CMYK percentages
Cyan37.3%
Magenta5.5%
Yellow0.0%
Key (black)0.0%
Color previews
#a0f1ff text on a black background
contrast 16.52:1
Card sample
#a0f1ff text on a white background
contrast 1.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a0f1ff;
Background color
Panel with #a0f1ff background
background-color: #a0f1ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a0f1ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(160, 241, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(160, 241, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a0f1ff; background: linear-gradient(135deg, #a0f1ff, #A0B2FF);