#a000fd
a balanced, electric violet · warm · closest name: blue
RGB
160, 0, 253
HSL
278°, 100%, 50%
CMYK
37, 100, 0, 1
Luminance
0.1457
Every format
| HEX | #a000fd |
| RGB | rgb(160, 0, 253) |
| HSL | hsl(278, 100%, 50%) |
| CMYK | cmyk(37%, 100%, 0%, 1%) |
| LAB | lab(45.0 85.6 -85.2) |
| LCH | lch(45.0 120.8 315.1) |
| OKLCH | oklch(0.567 0.295 304.4) |
Copy-ready code
/* CSS */
color: #a000fd;
background-color: #a000fd;
/* Tailwind (arbitrary) */
class="text-[#a000fd] bg-[#a000fd]"
/* SCSS */
$brand: #a000fd;
/* SwiftUI */
Color(red: 0.627, green: 0.000, blue: 0.992)
/* Android */
Color.parseColor("#a000fd")Accessibility — WCAG contrast
Aa
#a000fd on white: 5.37:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#a000fd on black: 3.91:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red62.7%
Green0.0%
Blue99.2%
CMYK percentages
Cyan36.8%
Magenta100.0%
Yellow0.0%
Key (black)0.8%
Color previews
#a000fd text on a black background
contrast 3.91:1
Card sample
#a000fd text on a white background
contrast 5.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a000fd;
Background color
Panel with #a000fd background
background-color: #a000fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a000fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(160, 0, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(160, 0, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a000fd; background: linear-gradient(135deg, #a000fd, #FD00B1);