#a0ceeb
a light, vivid blue · cool · closest name: skyblue
RGB
160, 206, 235
HSL
203°, 65%, 78%
CMYK
32, 12, 0, 8
Luminance
0.5761
Every format
| HEX | #a0ceeb |
| RGB | rgb(160, 206, 235) |
| HSL | hsl(203, 65%, 78%) |
| CMYK | cmyk(32%, 12%, 0%, 8%) |
| LAB | lab(80.5 -8.3 -19.2) |
| LCH | lch(80.5 20.9 246.7) |
| OKLCH | oklch(0.829 0.063 236.2) |
Copy-ready code
/* CSS */
color: #a0ceeb;
background-color: #a0ceeb;
/* Tailwind (arbitrary) */
class="text-[#a0ceeb] bg-[#a0ceeb]"
/* SCSS */
$brand: #a0ceeb;
/* SwiftUI */
Color(red: 0.627, green: 0.808, blue: 0.922)
/* Android */
Color.parseColor("#a0ceeb")Accessibility — WCAG contrast
Aa
#a0ceeb on white: 1.68:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a0ceeb on black: 12.52:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red62.7%
Green80.8%
Blue92.2%
CMYK percentages
Cyan31.9%
Magenta12.3%
Yellow0.0%
Key (black)7.8%
Color previews
#a0ceeb text on a black background
contrast 12.52:1
Card sample
#a0ceeb text on a white background
contrast 1.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a0ceeb;
Background color
Panel with #a0ceeb background
background-color: #a0ceeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a0ceeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(160, 206, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(160, 206, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a0ceeb; background: linear-gradient(135deg, #a0ceeb, #A4A0EB);