#a0f9ff
a light, electric cyan · cool · closest name: skyblue
RGB
160, 249, 255
HSL
184°, 100%, 81%
CMYK
37, 2, 0, 0
Luminance
0.8244
Every format
| HEX | #a0f9ff |
| RGB | rgb(160, 249, 255) |
| HSL | hsl(184, 100%, 81%) |
| CMYK | cmyk(37%, 2%, 0%, 0%) |
| LAB | lab(92.8 -25.1 -11.3) |
| LCH | lch(92.8 27.6 204.2) |
| OKLCH | oklch(0.928 0.086 201.2) |
Copy-ready code
/* CSS */
color: #a0f9ff;
background-color: #a0f9ff;
/* Tailwind (arbitrary) */
class="text-[#a0f9ff] bg-[#a0f9ff]"
/* SCSS */
$brand: #a0f9ff;
/* SwiftUI */
Color(red: 0.627, green: 0.976, blue: 1.000)
/* Android */
Color.parseColor("#a0f9ff")Accessibility — WCAG contrast
Aa
#a0f9ff on white: 1.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a0f9ff on black: 17.49:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red62.7%
Green97.6%
Blue100.0%
CMYK percentages
Cyan37.3%
Magenta2.4%
Yellow0.0%
Key (black)0.0%
Color previews
#a0f9ff text on a black background
contrast 17.49:1
Card sample
#a0f9ff text on a white background
contrast 1.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a0f9ff;
Background color
Panel with #a0f9ff background
background-color: #a0f9ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a0f9ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(160, 249, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(160, 249, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a0f9ff; background: linear-gradient(135deg, #a0f9ff, #A0BAFF);