#a151eb
a balanced, electric violet · warm · closest name: slateblue
RGB
161, 81, 235
HSL
271°, 79%, 62%
CMYK
32, 66, 0, 8
Luminance
0.1946
Every format
| HEX | #a151eb |
| RGB | rgb(161, 81, 235) |
| HSL | hsl(271, 79%, 62%) |
| CMYK | cmyk(32%, 66%, 0%, 8%) |
| LAB | lab(51.2 60.4 -65.0) |
| LCH | lch(51.2 88.7 312.9) |
| OKLCH | oklch(0.606 0.224 304.3) |
Copy-ready code
/* CSS */
color: #a151eb;
background-color: #a151eb;
/* Tailwind (arbitrary) */
class="text-[#a151eb] bg-[#a151eb]"
/* SCSS */
$brand: #a151eb;
/* SwiftUI */
Color(red: 0.631, green: 0.318, blue: 0.922)
/* Android */
Color.parseColor("#a151eb")Accessibility — WCAG contrast
Aa
#a151eb on white: 4.29:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#a151eb on black: 4.89:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red63.1%
Green31.8%
Blue92.2%
CMYK percentages
Cyan31.5%
Magenta65.5%
Yellow0.0%
Key (black)7.8%
Color previews
#a151eb text on a black background
contrast 4.89:1
Card sample
#a151eb text on a white background
contrast 4.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a151eb;
Background color
Panel with #a151eb background
background-color: #a151eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a151eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(161, 81, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(161, 81, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a151eb; background: linear-gradient(135deg, #a151eb, #EB51CE);