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