#a0bcdf
a light, vivid blue · cool · closest name: skyblue
RGB
160, 188, 223
HSL
213°, 50%, 75%
CMYK
28, 16, 0, 13
Luminance
0.4877
Every format
| HEX | #a0bcdf |
| RGB | rgb(160, 188, 223) |
| HSL | hsl(213, 50%, 75%) |
| CMYK | cmyk(28%, 16%, 0%, 13%) |
| LAB | lab(75.3 -1.6 -20.6) |
| LCH | lch(75.3 20.7 265.6) |
| OKLCH | oklch(0.786 0.059 254.2) |
Copy-ready code
/* CSS */
color: #a0bcdf;
background-color: #a0bcdf;
/* Tailwind (arbitrary) */
class="text-[#a0bcdf] bg-[#a0bcdf]"
/* SCSS */
$brand: #a0bcdf;
/* SwiftUI */
Color(red: 0.627, green: 0.737, blue: 0.875)
/* Android */
Color.parseColor("#a0bcdf")Accessibility — WCAG contrast
Aa
#a0bcdf on white: 1.95:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a0bcdf on black: 10.75:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red62.7%
Green73.7%
Blue87.5%
CMYK percentages
Cyan28.3%
Magenta15.7%
Yellow0.0%
Key (black)12.5%
Color previews
#a0bcdf text on a black background
contrast 10.75:1
Card sample
#a0bcdf text on a white background
contrast 1.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a0bcdf;
Background color
Panel with #a0bcdf background
background-color: #a0bcdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a0bcdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(160, 188, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(160, 188, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a0bcdf; background: linear-gradient(135deg, #a0bcdf, #AEA0DF);