#a0c2eb
a light, vivid blue · cool · closest name: skyblue
RGB
160, 194, 235
HSL
213°, 65%, 78%
CMYK
32, 17, 0, 8
Luminance
0.5206
Every format
| HEX | #a0c2eb |
| RGB | rgb(160, 194, 235) |
| HSL | hsl(213, 65%, 78%) |
| CMYK | cmyk(32%, 17%, 0%, 8%) |
| LAB | lab(77.3 -1.9 -24.0) |
| LCH | lch(77.3 24.1 265.5) |
| OKLCH | oklch(0.803 0.069 253.4) |
Copy-ready code
/* CSS */
color: #a0c2eb;
background-color: #a0c2eb;
/* Tailwind (arbitrary) */
class="text-[#a0c2eb] bg-[#a0c2eb]"
/* SCSS */
$brand: #a0c2eb;
/* SwiftUI */
Color(red: 0.627, green: 0.761, blue: 0.922)
/* Android */
Color.parseColor("#a0c2eb")Accessibility — WCAG contrast
Aa
#a0c2eb on white: 1.84:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a0c2eb on black: 11.41:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red62.7%
Green76.1%
Blue92.2%
CMYK percentages
Cyan31.9%
Magenta17.4%
Yellow0.0%
Key (black)7.8%
Color previews
#a0c2eb text on a black background
contrast 11.41:1
Card sample
#a0c2eb text on a white background
contrast 1.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a0c2eb;
Background color
Panel with #a0c2eb background
background-color: #a0c2eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a0c2eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(160, 194, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(160, 194, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a0c2eb; background: linear-gradient(135deg, #a0c2eb, #B0A0EB);