#a0d4ff
a light, electric blue · cool · closest name: skyblue
RGB
160, 212, 255
HSL
207°, 100%, 81%
CMYK
37, 17, 0, 0
Luminance
0.6178
Every format
| HEX | #a0d4ff |
| RGB | rgb(160, 212, 255) |
| HSL | hsl(207, 100%, 81%) |
| CMYK | cmyk(37%, 17%, 0%, 0%) |
| LAB | lab(82.8 -6.5 -26.4) |
| LCH | lch(82.8 27.1 256.2) |
| OKLCH | oklch(0.849 0.081 243.9) |
Copy-ready code
/* CSS */
color: #a0d4ff;
background-color: #a0d4ff;
/* Tailwind (arbitrary) */
class="text-[#a0d4ff] bg-[#a0d4ff]"
/* SCSS */
$brand: #a0d4ff;
/* SwiftUI */
Color(red: 0.627, green: 0.831, blue: 1.000)
/* Android */
Color.parseColor("#a0d4ff")Accessibility — WCAG contrast
Aa
#a0d4ff on white: 1.57:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a0d4ff on black: 13.36:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red62.7%
Green83.1%
Blue100.0%
CMYK percentages
Cyan37.3%
Magenta16.9%
Yellow0.0%
Key (black)0.0%
Color previews
#a0d4ff text on a black background
contrast 13.36:1
Card sample
#a0d4ff text on a white background
contrast 1.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a0d4ff;
Background color
Panel with #a0d4ff background
background-color: #a0d4ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a0d4ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(160, 212, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(160, 212, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a0d4ff; background: linear-gradient(135deg, #a0d4ff, #ACA0FF);