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