#a400ee
a balanced, electric violet · warm · closest name: magenta
RGB
164, 0, 238
HSL
281°, 100%, 47%
CMYK
31, 100, 0, 7
Luminance
0.1407
Every format
| HEX | #a400ee |
| RGB | rgb(164, 0, 238) |
| HSL | hsl(281, 100%, 47%) |
| CMYK | cmyk(31%, 100%, 0%, 7%) |
| LAB | lab(44.3 83.2 -77.9) |
| LCH | lch(44.3 114.0 316.9) |
| OKLCH | oklch(0.559 0.285 308.8) |
Copy-ready code
/* CSS */
color: #a400ee;
background-color: #a400ee;
/* Tailwind (arbitrary) */
class="text-[#a400ee] bg-[#a400ee]"
/* SCSS */
$brand: #a400ee;
/* SwiftUI */
Color(red: 0.643, green: 0.000, blue: 0.933)
/* Android */
Color.parseColor("#a400ee")Accessibility — WCAG contrast
Aa
#a400ee on white: 5.51:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#a400ee on black: 3.81:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red64.3%
Green0.0%
Blue93.3%
CMYK percentages
Cyan31.1%
Magenta100.0%
Yellow0.0%
Key (black)6.7%
Color previews
#a400ee text on a black background
contrast 3.81:1
Card sample
#a400ee text on a white background
contrast 5.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a400ee;
Background color
Panel with #a400ee background
background-color: #a400ee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a400ee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(164, 0, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(164, 0, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a400ee; background: linear-gradient(135deg, #a400ee, #EE009A);