#a18ce0
a light, vivid violet · warm · closest name: plum
RGB
161, 140, 224
HSL
255°, 58%, 71%
CMYK
28, 38, 0, 12
Luminance
0.3172
Every format
| HEX | #a18ce0 |
| RGB | rgb(161, 140, 224) |
| HSL | hsl(255, 58%, 71%) |
| CMYK | cmyk(28%, 38%, 0%, 12%) |
| LAB | lab(63.1 25.8 -40.0) |
| LCH | lch(63.1 47.6 302.9) |
| OKLCH | oklch(0.692 0.122 294.5) |
Copy-ready code
/* CSS */
color: #a18ce0;
background-color: #a18ce0;
/* Tailwind (arbitrary) */
class="text-[#a18ce0] bg-[#a18ce0]"
/* SCSS */
$brand: #a18ce0;
/* SwiftUI */
Color(red: 0.631, green: 0.549, blue: 0.878)
/* Android */
Color.parseColor("#a18ce0")Accessibility — WCAG contrast
Aa
#a18ce0 on white: 2.86:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a18ce0 on black: 7.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red63.1%
Green54.9%
Blue87.8%
CMYK percentages
Cyan28.1%
Magenta37.5%
Yellow0.0%
Key (black)12.2%
Color previews
#a18ce0 text on a black background
contrast 7.34:1
Card sample
#a18ce0 text on a white background
contrast 2.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a18ce0;
Background color
Panel with #a18ce0 background
background-color: #a18ce0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a18ce0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(161, 140, 224, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(161, 140, 224, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a18ce0; background: linear-gradient(135deg, #a18ce0, #D98CE0);