#a04bff
a balanced, electric violet · warm · closest name: magenta
RGB
160, 75, 255
HSL
268°, 100%, 65%
CMYK
37, 71, 0, 0
Luminance
0.1973
Every format
| HEX | #a04bff |
| RGB | rgb(160, 75, 255) |
| HSL | hsl(268, 100%, 65%) |
| CMYK | cmyk(37%, 71%, 0%, 0%) |
| LAB | lab(51.5 67.5 -75.7) |
| LCH | lch(51.5 101.5 311.7) |
| OKLCH | oklch(0.612 0.251 300.6) |
Copy-ready code
/* CSS */
color: #a04bff;
background-color: #a04bff;
/* Tailwind (arbitrary) */
class="text-[#a04bff] bg-[#a04bff]"
/* SCSS */
$brand: #a04bff;
/* SwiftUI */
Color(red: 0.627, green: 0.294, blue: 1.000)
/* Android */
Color.parseColor("#a04bff")Accessibility — WCAG contrast
Aa
#a04bff on white: 4.25:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#a04bff on black: 4.95:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red62.7%
Green29.4%
Blue100.0%
CMYK percentages
Cyan37.3%
Magenta70.6%
Yellow0.0%
Key (black)0.0%
Color previews
#a04bff text on a black background
contrast 4.95:1
Card sample
#a04bff text on a white background
contrast 4.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a04bff;
Background color
Panel with #a04bff background
background-color: #a04bff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a04bff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(160, 75, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(160, 75, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a04bff; background: linear-gradient(135deg, #a04bff, #FF4BE6);