#a077eb
a light, vivid violet · warm · closest name: slateblue
RGB
160, 119, 235
HSL
261°, 74%, 69%
CMYK
32, 49, 0, 8
Luminance
0.2667
Every format
| HEX | #a077eb |
| RGB | rgb(160, 119, 235) |
| HSL | hsl(261, 74%, 69%) |
| CMYK | cmyk(32%, 49%, 0%, 8%) |
| LAB | lab(58.7 40.2 -53.1) |
| LCH | lch(58.7 66.6 307.1) |
| OKLCH | oklch(0.660 0.169 297.9) |
Copy-ready code
/* CSS */
color: #a077eb;
background-color: #a077eb;
/* Tailwind (arbitrary) */
class="text-[#a077eb] bg-[#a077eb]"
/* SCSS */
$brand: #a077eb;
/* SwiftUI */
Color(red: 0.627, green: 0.467, blue: 0.922)
/* Android */
Color.parseColor("#a077eb")Accessibility — WCAG contrast
Aa
#a077eb on white: 3.32:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#a077eb on black: 6.33:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red62.7%
Green46.7%
Blue92.2%
CMYK percentages
Cyan31.9%
Magenta49.4%
Yellow0.0%
Key (black)7.8%
Color previews
#a077eb text on a black background
contrast 6.33:1
Card sample
#a077eb text on a white background
contrast 3.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a077eb;
Background color
Panel with #a077eb background
background-color: #a077eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a077eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(160, 119, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(160, 119, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a077eb; background: linear-gradient(135deg, #a077eb, #EB77E9);