#a18ceb
a light, vivid blue · warm · closest name: slateblue
RGB
161, 140, 235
HSL
253°, 70%, 74%
CMYK
32, 40, 0, 8
Luminance
0.3233
Every format
| HEX | #a18ceb |
| RGB | rgb(161, 140, 235) |
| HSL | hsl(253, 70%, 74%) |
| CMYK | cmyk(32%, 40%, 0%, 8%) |
| LAB | lab(63.6 28.6 -45.3) |
| LCH | lch(63.6 53.5 302.3) |
| OKLCH | oklch(0.698 0.137 292.6) |
Copy-ready code
/* CSS */
color: #a18ceb;
background-color: #a18ceb;
/* Tailwind (arbitrary) */
class="text-[#a18ceb] bg-[#a18ceb]"
/* SCSS */
$brand: #a18ceb;
/* SwiftUI */
Color(red: 0.631, green: 0.549, blue: 0.922)
/* Android */
Color.parseColor("#a18ceb")Accessibility — WCAG contrast
Aa
#a18ceb on white: 2.81:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a18ceb on black: 7.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red63.1%
Green54.9%
Blue92.2%
CMYK percentages
Cyan31.5%
Magenta40.4%
Yellow0.0%
Key (black)7.8%
Color previews
#a18ceb text on a black background
contrast 7.47:1
Card sample
#a18ceb text on a white background
contrast 2.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a18ceb;
Background color
Panel with #a18ceb background
background-color: #a18ceb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a18ceb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(161, 140, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(161, 140, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a18ceb; background: linear-gradient(135deg, #a18ceb, #E08CEB);