#a080fd
a light, electric violet · warm · closest name: slateblue
RGB
160, 128, 253
HSL
255°, 97%, 75%
CMYK
37, 49, 0, 1
Luminance
0.3000
Every format
| HEX | #a080fd |
| RGB | rgb(160, 128, 253) |
| HSL | hsl(255, 97%, 75%) |
| CMYK | cmyk(37%, 49%, 0%, 1%) |
| LAB | lab(61.7 39.8 -58.3) |
| LCH | lch(61.7 70.6 304.3) |
| OKLCH | oklch(0.686 0.179 292.9) |
Copy-ready code
/* CSS */
color: #a080fd;
background-color: #a080fd;
/* Tailwind (arbitrary) */
class="text-[#a080fd] bg-[#a080fd]"
/* SCSS */
$brand: #a080fd;
/* SwiftUI */
Color(red: 0.627, green: 0.502, blue: 0.992)
/* Android */
Color.parseColor("#a080fd")Accessibility — WCAG contrast
Aa
#a080fd on white: 3.00:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#a080fd on black: 7.00:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red62.7%
Green50.2%
Blue99.2%
CMYK percentages
Cyan36.8%
Magenta49.4%
Yellow0.0%
Key (black)0.8%
Color previews
#a080fd text on a black background
contrast 7.00:1
Card sample
#a080fd text on a white background
contrast 3.00:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a080fd;
Background color
Panel with #a080fd background
background-color: #a080fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a080fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(160, 128, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(160, 128, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a080fd; background: linear-gradient(135deg, #a080fd, #F380FD);