#a077f1
a light, electric violet · warm · closest name: slateblue
RGB
160, 119, 241
HSL
260°, 81%, 71%
CMYK
34, 51, 0, 6
Luminance
0.2702
Every format
| HEX | #a077f1 |
| RGB | rgb(160, 119, 241) |
| HSL | hsl(260, 81%, 71%) |
| CMYK | cmyk(34%, 51%, 0%, 6%) |
| LAB | lab(59.0 41.7 -55.9) |
| LCH | lch(59.0 69.8 306.7) |
| OKLCH | oklch(0.664 0.177 296.8) |
Copy-ready code
/* CSS */
color: #a077f1;
background-color: #a077f1;
/* Tailwind (arbitrary) */
class="text-[#a077f1] bg-[#a077f1]"
/* SCSS */
$brand: #a077f1;
/* SwiftUI */
Color(red: 0.627, green: 0.467, blue: 0.945)
/* Android */
Color.parseColor("#a077f1")Accessibility — WCAG contrast
Aa
#a077f1 on white: 3.28:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#a077f1 on black: 6.40:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red62.7%
Green46.7%
Blue94.5%
CMYK percentages
Cyan33.6%
Magenta50.6%
Yellow0.0%
Key (black)5.5%
Color previews
#a077f1 text on a black background
contrast 6.40:1
Card sample
#a077f1 text on a white background
contrast 3.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a077f1;
Background color
Panel with #a077f1 background
background-color: #a077f1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a077f1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(160, 119, 241, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(160, 119, 241, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a077f1; background: linear-gradient(135deg, #a077f1, #F177F1);