#a18af3
a light, electric blue · warm · closest name: slateblue
RGB
161, 138, 243
HSL
253°, 81%, 75%
CMYK
34, 43, 0, 5
Luminance
0.3223
Every format
| HEX | #a18af3 |
| RGB | rgb(161, 138, 243) |
| HSL | hsl(253, 81%, 75%) |
| CMYK | cmyk(34%, 43%, 0%, 5%) |
| LAB | lab(63.5 31.8 -49.8) |
| LCH | lch(63.5 59.1 302.5) |
| OKLCH | oklch(0.698 0.151 292.1) |
Copy-ready code
/* CSS */
color: #a18af3;
background-color: #a18af3;
/* Tailwind (arbitrary) */
class="text-[#a18af3] bg-[#a18af3]"
/* SCSS */
$brand: #a18af3;
/* SwiftUI */
Color(red: 0.631, green: 0.541, blue: 0.953)
/* Android */
Color.parseColor("#a18af3")Accessibility — WCAG contrast
Aa
#a18af3 on white: 2.82:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a18af3 on black: 7.45:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red63.1%
Green54.1%
Blue95.3%
CMYK percentages
Cyan33.7%
Magenta43.2%
Yellow0.0%
Key (black)4.7%
Color previews
#a18af3 text on a black background
contrast 7.45:1
Card sample
#a18af3 text on a white background
contrast 2.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a18af3;
Background color
Panel with #a18af3 background
background-color: #a18af3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a18af3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(161, 138, 243, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(161, 138, 243, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a18af3; background: linear-gradient(135deg, #a18af3, #E78AF3);