#a079eb
a light, vivid violet · warm · closest name: slateblue
RGB
160, 121, 235
HSL
261°, 74%, 70%
CMYK
32, 49, 0, 8
Luminance
0.2715
Every format
| HEX | #a079eb |
| RGB | rgb(160, 121, 235) |
| HSL | hsl(261, 74%, 70%) |
| CMYK | cmyk(32%, 49%, 0%, 8%) |
| LAB | lab(59.1 39.1 -52.4) |
| LCH | lch(59.1 65.4 306.7) |
| OKLCH | oklch(0.663 0.166 297.5) |
Copy-ready code
/* CSS */
color: #a079eb;
background-color: #a079eb;
/* Tailwind (arbitrary) */
class="text-[#a079eb] bg-[#a079eb]"
/* SCSS */
$brand: #a079eb;
/* SwiftUI */
Color(red: 0.627, green: 0.475, blue: 0.922)
/* Android */
Color.parseColor("#a079eb")Accessibility — WCAG contrast
Aa
#a079eb on white: 3.27:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#a079eb on black: 6.43:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red62.7%
Green47.5%
Blue92.2%
CMYK percentages
Cyan31.9%
Magenta48.5%
Yellow0.0%
Key (black)7.8%
Color previews
#a079eb text on a black background
contrast 6.43:1
Card sample
#a079eb text on a white background
contrast 3.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a079eb;
Background color
Panel with #a079eb background
background-color: #a079eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a079eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(160, 121, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(160, 121, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a079eb; background: linear-gradient(135deg, #a079eb, #EB79EA);