#a53af9
a balanced, electric violet · warm · closest name: magenta
RGB
165, 58, 249
HSL
274°, 94%, 60%
CMYK
34, 77, 0, 2
Luminance
0.1786
Every format
| HEX | #a53af9 |
| RGB | rgb(165, 58, 249) |
| HSL | hsl(274, 94%, 60%) |
| CMYK | cmyk(34%, 77%, 0%, 2%) |
| LAB | lab(49.3 73.8 -75.9) |
| LCH | lch(49.3 105.9 314.2) |
| OKLCH | oklch(0.597 0.263 304.8) |
Copy-ready code
/* CSS */
color: #a53af9;
background-color: #a53af9;
/* Tailwind (arbitrary) */
class="text-[#a53af9] bg-[#a53af9]"
/* SCSS */
$brand: #a53af9;
/* SwiftUI */
Color(red: 0.647, green: 0.227, blue: 0.976)
/* Android */
Color.parseColor("#a53af9")Accessibility — WCAG contrast
Aa
#a53af9 on white: 4.59:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#a53af9 on black: 4.57:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red64.7%
Green22.7%
Blue97.6%
CMYK percentages
Cyan33.7%
Magenta76.7%
Yellow0.0%
Key (black)2.4%
Color previews
#a53af9 text on a black background
contrast 4.57:1
Card sample
#a53af9 text on a white background
contrast 4.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a53af9;
Background color
Panel with #a53af9 background
background-color: #a53af9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a53af9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(165, 58, 249, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(165, 58, 249, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a53af9; background: linear-gradient(135deg, #a53af9, #F93ACE);