#a1afeb
a light, vivid blue · warm · closest name: steelblue
RGB
161, 175, 235
HSL
229°, 65%, 78%
CMYK
32, 26, 0, 8
Luminance
0.4424
Every format
| HEX | #a1afeb |
| RGB | rgb(161, 175, 235) |
| HSL | hsl(229, 65%, 78%) |
| CMYK | cmyk(32%, 26%, 0%, 8%) |
| LAB | lab(72.4 8.8 -31.6) |
| LCH | lch(72.4 32.8 285.5) |
| OKLCH | oklch(0.765 0.088 274.0) |
Copy-ready code
/* CSS */
color: #a1afeb;
background-color: #a1afeb;
/* Tailwind (arbitrary) */
class="text-[#a1afeb] bg-[#a1afeb]"
/* SCSS */
$brand: #a1afeb;
/* SwiftUI */
Color(red: 0.631, green: 0.686, blue: 0.922)
/* Android */
Color.parseColor("#a1afeb")Accessibility — WCAG contrast
Aa
#a1afeb on white: 2.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a1afeb on black: 9.85:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red63.1%
Green68.6%
Blue92.2%
CMYK percentages
Cyan31.5%
Magenta25.5%
Yellow0.0%
Key (black)7.8%
Color previews
#a1afeb text on a black background
contrast 9.85:1
Card sample
#a1afeb text on a white background
contrast 2.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a1afeb;
Background color
Panel with #a1afeb background
background-color: #a1afeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a1afeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(161, 175, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(161, 175, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a1afeb; background: linear-gradient(135deg, #a1afeb, #C4A1EB);