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