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