#a0cdec
a light, vivid blue · cool · closest name: skyblue
RGB
160, 205, 236
HSL
205°, 67%, 78%
CMYK
32, 13, 0, 8
Luminance
0.5719
Every format
| HEX | #a0cdec |
| RGB | rgb(160, 205, 236) |
| HSL | hsl(205, 67%, 78%) |
| CMYK | cmyk(32%, 13%, 0%, 8%) |
| LAB | lab(80.3 -7.5 -20.1) |
| LCH | lch(80.3 21.4 249.5) |
| OKLCH | oklch(0.827 0.064 238.6) |
Copy-ready code
/* CSS */
color: #a0cdec;
background-color: #a0cdec;
/* Tailwind (arbitrary) */
class="text-[#a0cdec] bg-[#a0cdec]"
/* SCSS */
$brand: #a0cdec;
/* SwiftUI */
Color(red: 0.627, green: 0.804, blue: 0.925)
/* Android */
Color.parseColor("#a0cdec")Accessibility — WCAG contrast
Aa
#a0cdec on white: 1.69:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a0cdec on black: 12.44:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red62.7%
Green80.4%
Blue92.5%
CMYK percentages
Cyan32.2%
Magenta13.1%
Yellow0.0%
Key (black)7.5%
Color previews
#a0cdec text on a black background
contrast 12.44:1
Card sample
#a0cdec text on a white background
contrast 1.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a0cdec;
Background color
Panel with #a0cdec background
background-color: #a0cdec;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a0cdec;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(160, 205, 236, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(160, 205, 236, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a0cdec; background: linear-gradient(135deg, #a0cdec, #A5A0EC);