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