#a18beb
a light, vivid blue · warm · closest name: slateblue
RGB
161, 139, 235
HSL
254°, 71%, 73%
CMYK
32, 41, 0, 8
Luminance
0.3204
Every format
| HEX | #a18beb |
| RGB | rgb(161, 139, 235) |
| HSL | hsl(254, 71%, 73%) |
| CMYK | cmyk(32%, 41%, 0%, 8%) |
| LAB | lab(63.4 29.2 -45.6) |
| LCH | lch(63.4 54.1 302.6) |
| OKLCH | oklch(0.696 0.139 293.0) |
Copy-ready code
/* CSS */
color: #a18beb;
background-color: #a18beb;
/* Tailwind (arbitrary) */
class="text-[#a18beb] bg-[#a18beb]"
/* SCSS */
$brand: #a18beb;
/* SwiftUI */
Color(red: 0.631, green: 0.545, blue: 0.922)
/* Android */
Color.parseColor("#a18beb")Accessibility — WCAG contrast
Aa
#a18beb on white: 2.83:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a18beb on black: 7.41:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red63.1%
Green54.5%
Blue92.2%
CMYK percentages
Cyan31.5%
Magenta40.9%
Yellow0.0%
Key (black)7.8%
Color previews
#a18beb text on a black background
contrast 7.41:1
Card sample
#a18beb text on a white background
contrast 2.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a18beb;
Background color
Panel with #a18beb background
background-color: #a18beb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a18beb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(161, 139, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(161, 139, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a18beb; background: linear-gradient(135deg, #a18beb, #E18BEB);