#a04dff
a light, electric violet · warm · closest name: magenta
RGB
160, 77, 255
HSL
268°, 100%, 65%
CMYK
37, 70, 0, 0
Luminance
0.2000
Every format
| HEX | #a04dff |
| RGB | rgb(160, 77, 255) |
| HSL | hsl(268, 100%, 65%) |
| CMYK | cmyk(37%, 70%, 0%, 0%) |
| LAB | lab(51.8 66.7 -75.2) |
| LCH | lch(51.8 100.5 311.5) |
| OKLCH | oklch(0.614 0.249 300.4) |
Copy-ready code
/* CSS */
color: #a04dff;
background-color: #a04dff;
/* Tailwind (arbitrary) */
class="text-[#a04dff] bg-[#a04dff]"
/* SCSS */
$brand: #a04dff;
/* SwiftUI */
Color(red: 0.627, green: 0.302, blue: 1.000)
/* Android */
Color.parseColor("#a04dff")Accessibility — WCAG contrast
Aa
#a04dff on white: 4.20:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#a04dff on black: 5.00:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red62.7%
Green30.2%
Blue100.0%
CMYK percentages
Cyan37.3%
Magenta69.8%
Yellow0.0%
Key (black)0.0%
Color previews
#a04dff text on a black background
contrast 5.00:1
Card sample
#a04dff text on a white background
contrast 4.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a04dff;
Background color
Panel with #a04dff background
background-color: #a04dff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a04dff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(160, 77, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(160, 77, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a04dff; background: linear-gradient(135deg, #a04dff, #FF4DE7);