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