#a0b2df
a light, vivid blue · cool · closest name: skyblue
RGB
160, 178, 223
HSL
223°, 50%, 75%
CMYK
28, 20, 0, 13
Luminance
0.4464
Every format
| HEX | #a0b2df |
| RGB | rgb(160, 178, 223) |
| HSL | hsl(223, 50%, 75%) |
| CMYK | cmyk(28%, 20%, 0%, 13%) |
| LAB | lab(72.7 3.9 -24.6) |
| LCH | lch(72.7 24.9 278.9) |
| OKLCH | oklch(0.765 0.068 267.8) |
Copy-ready code
/* CSS */
color: #a0b2df;
background-color: #a0b2df;
/* Tailwind (arbitrary) */
class="text-[#a0b2df] bg-[#a0b2df]"
/* SCSS */
$brand: #a0b2df;
/* SwiftUI */
Color(red: 0.627, green: 0.698, blue: 0.875)
/* Android */
Color.parseColor("#a0b2df")Accessibility — WCAG contrast
Aa
#a0b2df on white: 2.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a0b2df on black: 9.93:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red62.7%
Green69.8%
Blue87.5%
CMYK percentages
Cyan28.3%
Magenta20.2%
Yellow0.0%
Key (black)12.5%
Color previews
#a0b2df text on a black background
contrast 9.93:1
Card sample
#a0b2df text on a white background
contrast 2.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a0b2df;
Background color
Panel with #a0b2df background
background-color: #a0b2df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a0b2df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(160, 178, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(160, 178, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a0b2df; background: linear-gradient(135deg, #a0b2df, #B8A0DF);