#a53afe
a balanced, electric violet · warm · closest name: magenta
RGB
165, 58, 254
HSL
273°, 99%, 61%
CMYK
35, 77, 0, 0
Luminance
0.1818
Every format
| HEX | #a53afe |
| RGB | rgb(165, 58, 254) |
| HSL | hsl(273, 99%, 61%) |
| CMYK | cmyk(35%, 77%, 0%, 0%) |
| LAB | lab(49.7 74.8 -78.1) |
| LCH | lch(49.7 108.2 313.8) |
| OKLCH | oklch(0.601 0.268 303.8) |
Copy-ready code
/* CSS */
color: #a53afe;
background-color: #a53afe;
/* Tailwind (arbitrary) */
class="text-[#a53afe] bg-[#a53afe]"
/* SCSS */
$brand: #a53afe;
/* SwiftUI */
Color(red: 0.647, green: 0.227, blue: 0.996)
/* Android */
Color.parseColor("#a53afe")Accessibility — WCAG contrast
Aa
#a53afe on white: 4.53:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#a53afe on black: 4.64:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red64.7%
Green22.7%
Blue99.6%
CMYK percentages
Cyan35.0%
Magenta77.2%
Yellow0.0%
Key (black)0.4%
Color previews
#a53afe text on a black background
contrast 4.64:1
Card sample
#a53afe text on a white background
contrast 4.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a53afe;
Background color
Panel with #a53afe background
background-color: #a53afe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a53afe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(165, 58, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(165, 58, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a53afe; background: linear-gradient(135deg, #a53afe, #FE3AD4);