#a1b2e5
a light, vivid blue · warm · closest name: skyblue
RGB
161, 178, 229
HSL
225°, 57%, 77%
CMYK
30, 22, 0, 10
Luminance
0.4507
Every format
| HEX | #a1b2e5 |
| RGB | rgb(161, 178, 229) |
| HSL | hsl(225, 57%, 77%) |
| CMYK | cmyk(30%, 22%, 0%, 10%) |
| LAB | lab(72.9 5.6 -27.5) |
| LCH | lch(72.9 28.0 281.6) |
| OKLCH | oklch(0.769 0.076 270.2) |
Copy-ready code
/* CSS */
color: #a1b2e5;
background-color: #a1b2e5;
/* Tailwind (arbitrary) */
class="text-[#a1b2e5] bg-[#a1b2e5]"
/* SCSS */
$brand: #a1b2e5;
/* SwiftUI */
Color(red: 0.631, green: 0.698, blue: 0.898)
/* Android */
Color.parseColor("#a1b2e5")Accessibility — WCAG contrast
Aa
#a1b2e5 on white: 2.10:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a1b2e5 on black: 10.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red63.1%
Green69.8%
Blue89.8%
CMYK percentages
Cyan29.7%
Magenta22.3%
Yellow0.0%
Key (black)10.2%
Color previews
#a1b2e5 text on a black background
contrast 10.01:1
Card sample
#a1b2e5 text on a white background
contrast 2.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a1b2e5;
Background color
Panel with #a1b2e5 background
background-color: #a1b2e5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a1b2e5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(161, 178, 229, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(161, 178, 229, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a1b2e5; background: linear-gradient(135deg, #a1b2e5, #BDA1E5);