#a415ff
a balanced, electric violet · warm · closest name: blue
RGB
164, 21, 255
HSL
277°, 100%, 54%
CMYK
36, 92, 0, 0
Luminance
0.1565
Every format
| HEX | #a415ff |
| RGB | rgb(164, 21, 255) |
| HSL | hsl(277, 100%, 54%) |
| CMYK | cmyk(36%, 92%, 0%, 0%) |
| LAB | lab(46.5 84.2 -83.9) |
| LCH | lch(46.5 118.8 315.1) |
| OKLCH | oklch(0.578 0.292 304.9) |
Copy-ready code
/* CSS */
color: #a415ff;
background-color: #a415ff;
/* Tailwind (arbitrary) */
class="text-[#a415ff] bg-[#a415ff]"
/* SCSS */
$brand: #a415ff;
/* SwiftUI */
Color(red: 0.643, green: 0.082, blue: 1.000)
/* Android */
Color.parseColor("#a415ff")Accessibility — WCAG contrast
Aa
#a415ff on white: 5.09:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#a415ff on black: 4.13:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red64.3%
Green8.2%
Blue100.0%
CMYK percentages
Cyan35.7%
Magenta91.8%
Yellow0.0%
Key (black)0.0%
Color previews
#a415ff text on a black background
contrast 4.13:1
Card sample
#a415ff text on a white background
contrast 5.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a415ff;
Background color
Panel with #a415ff background
background-color: #a415ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a415ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(164, 21, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(164, 21, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a415ff; background: linear-gradient(135deg, #a415ff, #FF15BE);