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