#a07ef1
a light, electric violet · warm · closest name: slateblue
RGB
160, 126, 241
HSL
258°, 80%, 72%
CMYK
34, 48, 0, 6
Luminance
0.2875
Every format
| HEX | #a07ef1 |
| RGB | rgb(160, 126, 241) |
| HSL | hsl(258, 80%, 72%) |
| CMYK | cmyk(34%, 48%, 0%, 6%) |
| LAB | lab(60.6 37.8 -53.4) |
| LCH | lch(60.6 65.5 305.3) |
| OKLCH | oklch(0.675 0.167 295.2) |
Copy-ready code
/* CSS */
color: #a07ef1;
background-color: #a07ef1;
/* Tailwind (arbitrary) */
class="text-[#a07ef1] bg-[#a07ef1]"
/* SCSS */
$brand: #a07ef1;
/* SwiftUI */
Color(red: 0.627, green: 0.494, blue: 0.945)
/* Android */
Color.parseColor("#a07ef1")Accessibility — WCAG contrast
Aa
#a07ef1 on white: 3.11:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#a07ef1 on black: 6.75:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red62.7%
Green49.4%
Blue94.5%
CMYK percentages
Cyan33.6%
Magenta47.7%
Yellow0.0%
Key (black)5.5%
Color previews
#a07ef1 text on a black background
contrast 6.75:1
Card sample
#a07ef1 text on a white background
contrast 3.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a07ef1;
Background color
Panel with #a07ef1 background
background-color: #a07ef1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a07ef1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(160, 126, 241, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(160, 126, 241, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a07ef1; background: linear-gradient(135deg, #a07ef1, #ED7EF1);