#a18be9
a light, vivid blue · warm · closest name: slateblue
RGB
161, 139, 233
HSL
254°, 68%, 73%
CMYK
31, 40, 0, 9
Luminance
0.3193
Every format
| HEX | #a18be9 |
| RGB | rgb(161, 139, 233) |
| HSL | hsl(254, 68%, 73%) |
| CMYK | cmyk(31%, 40%, 0%, 9%) |
| LAB | lab(63.3 28.7 -44.7) |
| LCH | lch(63.3 53.1 302.7) |
| OKLCH | oklch(0.695 0.136 293.3) |
Copy-ready code
/* CSS */
color: #a18be9;
background-color: #a18be9;
/* Tailwind (arbitrary) */
class="text-[#a18be9] bg-[#a18be9]"
/* SCSS */
$brand: #a18be9;
/* SwiftUI */
Color(red: 0.631, green: 0.545, blue: 0.914)
/* Android */
Color.parseColor("#a18be9")Accessibility — WCAG contrast
Aa
#a18be9 on white: 2.84:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a18be9 on black: 7.39:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red63.1%
Green54.5%
Blue91.4%
CMYK percentages
Cyan30.9%
Magenta40.3%
Yellow0.0%
Key (black)8.6%
Color previews
#a18be9 text on a black background
contrast 7.39:1
Card sample
#a18be9 text on a white background
contrast 2.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a18be9;
Background color
Panel with #a18be9 background
background-color: #a18be9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a18be9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(161, 139, 233, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(161, 139, 233, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a18be9; background: linear-gradient(135deg, #a18be9, #E08BE9);