#a0c5ff
a light, electric blue · cool · closest name: skyblue
RGB
160, 197, 255
HSL
217°, 100%, 81%
CMYK
37, 23, 0, 0
Luminance
0.5463
Every format
| HEX | #a0c5ff |
| RGB | rgb(160, 197, 255) |
| HSL | hsl(217, 100%, 81%) |
| CMYK | cmyk(37%, 23%, 0%, 0%) |
| LAB | lab(78.8 1.5 -32.4) |
| LCH | lch(78.8 32.5 272.7) |
| OKLCH | oklch(0.818 0.091 259.2) |
Copy-ready code
/* CSS */
color: #a0c5ff;
background-color: #a0c5ff;
/* Tailwind (arbitrary) */
class="text-[#a0c5ff] bg-[#a0c5ff]"
/* SCSS */
$brand: #a0c5ff;
/* SwiftUI */
Color(red: 0.627, green: 0.773, blue: 1.000)
/* Android */
Color.parseColor("#a0c5ff")Accessibility — WCAG contrast
Aa
#a0c5ff on white: 1.76:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a0c5ff on black: 11.93:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red62.7%
Green77.3%
Blue100.0%
CMYK percentages
Cyan37.3%
Magenta22.7%
Yellow0.0%
Key (black)0.0%
Color previews
#a0c5ff text on a black background
contrast 11.93:1
Card sample
#a0c5ff text on a white background
contrast 1.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a0c5ff;
Background color
Panel with #a0c5ff background
background-color: #a0c5ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a0c5ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(160, 197, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(160, 197, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a0c5ff; background: linear-gradient(135deg, #a0c5ff, #BAA0FF);