#a18ce3
a light, vivid blue · warm · closest name: plum
RGB
161, 140, 227
HSL
255°, 61%, 72%
CMYK
29, 38, 0, 11
Luminance
0.3188
Every format
| HEX | #a18ce3 |
| RGB | rgb(161, 140, 227) |
| HSL | hsl(255, 61%, 72%) |
| CMYK | cmyk(29%, 38%, 0%, 11%) |
| LAB | lab(63.2 26.6 -41.4) |
| LCH | lch(63.2 49.2 302.7) |
| OKLCH | oklch(0.694 0.127 293.9) |
Copy-ready code
/* CSS */
color: #a18ce3;
background-color: #a18ce3;
/* Tailwind (arbitrary) */
class="text-[#a18ce3] bg-[#a18ce3]"
/* SCSS */
$brand: #a18ce3;
/* SwiftUI */
Color(red: 0.631, green: 0.549, blue: 0.890)
/* Android */
Color.parseColor("#a18ce3")Accessibility — WCAG contrast
Aa
#a18ce3 on white: 2.85:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a18ce3 on black: 7.38:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red63.1%
Green54.9%
Blue89.0%
CMYK percentages
Cyan29.1%
Magenta38.3%
Yellow0.0%
Key (black)11.0%
Color previews
#a18ce3 text on a black background
contrast 7.38:1
Card sample
#a18ce3 text on a white background
contrast 2.85:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a18ce3;
Background color
Panel with #a18ce3 background
background-color: #a18ce3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a18ce3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(161, 140, 227, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(161, 140, 227, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a18ce3; background: linear-gradient(135deg, #a18ce3, #DB8CE3);