#a0cdf4
a light, electric blue · cool · closest name: skyblue
RGB
160, 205, 244
HSL
208°, 79%, 79%
CMYK
34, 16, 0, 4
Luminance
0.5767
Every format
| HEX | #a0cdf4 |
| RGB | rgb(160, 205, 244) |
| HSL | hsl(208, 79%, 79%) |
| CMYK | cmyk(34%, 16%, 0%, 4%) |
| LAB | lab(80.5 -5.5 -23.9) |
| LCH | lch(80.5 24.6 257.0) |
| OKLCH | oklch(0.830 0.073 245.0) |
Copy-ready code
/* CSS */
color: #a0cdf4;
background-color: #a0cdf4;
/* Tailwind (arbitrary) */
class="text-[#a0cdf4] bg-[#a0cdf4]"
/* SCSS */
$brand: #a0cdf4;
/* SwiftUI */
Color(red: 0.627, green: 0.804, blue: 0.957)
/* Android */
Color.parseColor("#a0cdf4")Accessibility — WCAG contrast
Aa
#a0cdf4 on white: 1.68:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a0cdf4 on black: 12.53:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red62.7%
Green80.4%
Blue95.7%
CMYK percentages
Cyan34.4%
Magenta16.0%
Yellow0.0%
Key (black)4.3%
Color previews
#a0cdf4 text on a black background
contrast 12.53:1
Card sample
#a0cdf4 text on a white background
contrast 1.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a0cdf4;
Background color
Panel with #a0cdf4 background
background-color: #a0cdf4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a0cdf4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(160, 205, 244, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(160, 205, 244, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a0cdf4; background: linear-gradient(135deg, #a0cdf4, #ABA0F4);