#a0c7eb
a light, vivid blue · cool · closest name: skyblue
RGB
160, 199, 235
HSL
209°, 65%, 78%
CMYK
32, 15, 0, 8
Luminance
0.5432
Every format
| HEX | #a0c7eb |
| RGB | rgb(160, 199, 235) |
| HSL | hsl(209, 65%, 78%) |
| CMYK | cmyk(32%, 15%, 0%, 8%) |
| LAB | lab(78.7 -4.6 -22.0) |
| LCH | lch(78.7 22.5 258.3) |
| OKLCH | oklch(0.814 0.066 246.6) |
Copy-ready code
/* CSS */
color: #a0c7eb;
background-color: #a0c7eb;
/* Tailwind (arbitrary) */
class="text-[#a0c7eb] bg-[#a0c7eb]"
/* SCSS */
$brand: #a0c7eb;
/* SwiftUI */
Color(red: 0.627, green: 0.780, blue: 0.922)
/* Android */
Color.parseColor("#a0c7eb")Accessibility — WCAG contrast
Aa
#a0c7eb on white: 1.77:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a0c7eb on black: 11.86:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red62.7%
Green78.0%
Blue92.2%
CMYK percentages
Cyan31.9%
Magenta15.3%
Yellow0.0%
Key (black)7.8%
Color previews
#a0c7eb text on a black background
contrast 11.86:1
Card sample
#a0c7eb text on a white background
contrast 1.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a0c7eb;
Background color
Panel with #a0c7eb background
background-color: #a0c7eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a0c7eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(160, 199, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(160, 199, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a0c7eb; background: linear-gradient(135deg, #a0c7eb, #ABA0EB);