#a0cdfb
a light, electric blue · cool · closest name: skyblue
RGB
160, 205, 251
HSL
210°, 92%, 81%
CMYK
36, 18, 0, 2
Luminance
0.5810
Every format
| HEX | #a0cdfb |
| RGB | rgb(160, 205, 251) |
| HSL | hsl(210, 92%, 81%) |
| CMYK | cmyk(36%, 18%, 0%, 2%) |
| LAB | lab(80.8 -3.8 -27.3) |
| LCH | lch(80.8 27.5 262.1) |
| OKLCH | oklch(0.833 0.081 249.4) |
Copy-ready code
/* CSS */
color: #a0cdfb;
background-color: #a0cdfb;
/* Tailwind (arbitrary) */
class="text-[#a0cdfb] bg-[#a0cdfb]"
/* SCSS */
$brand: #a0cdfb;
/* SwiftUI */
Color(red: 0.627, green: 0.804, blue: 0.984)
/* Android */
Color.parseColor("#a0cdfb")Accessibility — WCAG contrast
Aa
#a0cdfb on white: 1.66:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a0cdfb on black: 12.62:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red62.7%
Green80.4%
Blue98.4%
CMYK percentages
Cyan36.3%
Magenta18.3%
Yellow0.0%
Key (black)1.6%
Color previews
#a0cdfb text on a black background
contrast 12.62:1
Card sample
#a0cdfb text on a white background
contrast 1.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a0cdfb;
Background color
Panel with #a0cdfb background
background-color: #a0cdfb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a0cdfb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(160, 205, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(160, 205, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a0cdfb; background: linear-gradient(135deg, #a0cdfb, #B0A0FB);