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