#a0dfeb
a light, vivid cyan · cool · closest name: skyblue
RGB
160, 223, 235
HSL
190°, 65%, 78%
CMYK
32, 5, 0, 8
Luminance
0.6625
Every format
| HEX | #a0dfeb |
| RGB | rgb(160, 223, 235) |
| HSL | hsl(190, 65%, 78%) |
| CMYK | cmyk(32%, 5%, 0%, 8%) |
| LAB | lab(85.1 -17.0 -12.3) |
| LCH | lch(85.1 21.0 215.8) |
| OKLCH | oklch(0.865 0.066 210.7) |
Copy-ready code
/* CSS */
color: #a0dfeb;
background-color: #a0dfeb;
/* Tailwind (arbitrary) */
class="text-[#a0dfeb] bg-[#a0dfeb]"
/* SCSS */
$brand: #a0dfeb;
/* SwiftUI */
Color(red: 0.627, green: 0.875, blue: 0.922)
/* Android */
Color.parseColor("#a0dfeb")Accessibility — WCAG contrast
Aa
#a0dfeb on white: 1.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a0dfeb on black: 14.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red62.7%
Green87.5%
Blue92.2%
CMYK percentages
Cyan31.9%
Magenta5.1%
Yellow0.0%
Key (black)7.8%
Color previews
#a0dfeb text on a black background
contrast 14.25:1
Card sample
#a0dfeb text on a white background
contrast 1.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a0dfeb;
Background color
Panel with #a0dfeb background
background-color: #a0dfeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a0dfeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(160, 223, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(160, 223, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a0dfeb; background: linear-gradient(135deg, #a0dfeb, #A0ADEB);