#a53af2
a balanced, electric violet · warm · closest name: magenta
RGB
165, 58, 242
HSL
275°, 88%, 59%
CMYK
32, 76, 0, 5
Luminance
0.1744
Every format
| HEX | #a53af2 |
| RGB | rgb(165, 58, 242) |
| HSL | hsl(275, 88%, 59%) |
| CMYK | cmyk(32%, 76%, 0%, 5%) |
| LAB | lab(48.8 72.3 -72.9) |
| LCH | lch(48.8 102.6 314.8) |
| OKLCH | oklch(0.591 0.257 306.2) |
Copy-ready code
/* CSS */
color: #a53af2;
background-color: #a53af2;
/* Tailwind (arbitrary) */
class="text-[#a53af2] bg-[#a53af2]"
/* SCSS */
$brand: #a53af2;
/* SwiftUI */
Color(red: 0.647, green: 0.227, blue: 0.949)
/* Android */
Color.parseColor("#a53af2")Accessibility — WCAG contrast
Aa
#a53af2 on white: 4.68:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#a53af2 on black: 4.49:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red64.7%
Green22.7%
Blue94.9%
CMYK percentages
Cyan31.8%
Magenta76.0%
Yellow0.0%
Key (black)5.1%
Color previews
#a53af2 text on a black background
contrast 4.49:1
Card sample
#a53af2 text on a white background
contrast 4.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a53af2;
Background color
Panel with #a53af2 background
background-color: #a53af2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a53af2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(165, 58, 242, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(165, 58, 242, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a53af2; background: linear-gradient(135deg, #a53af2, #F23AC4);