#a537eb
a balanced, electric violet · warm · closest name: magenta
RGB
165, 55, 235
HSL
277°, 82%, 57%
CMYK
30, 77, 0, 8
Luminance
0.1673
Every format
| HEX | #a537eb |
| RGB | rgb(165, 55, 235) |
| HSL | hsl(277, 82%, 57%) |
| CMYK | cmyk(30%, 77%, 0%, 8%) |
| LAB | lab(47.9 71.9 -70.4) |
| LCH | lch(47.9 100.6 315.6) |
| OKLCH | oklch(0.584 0.254 307.9) |
Copy-ready code
/* CSS */
color: #a537eb;
background-color: #a537eb;
/* Tailwind (arbitrary) */
class="text-[#a537eb] bg-[#a537eb]"
/* SCSS */
$brand: #a537eb;
/* SwiftUI */
Color(red: 0.647, green: 0.216, blue: 0.922)
/* Android */
Color.parseColor("#a537eb")Accessibility — WCAG contrast
Aa
#a537eb on white: 4.83:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#a537eb on black: 4.35:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red64.7%
Green21.6%
Blue92.2%
CMYK percentages
Cyan29.8%
Magenta76.6%
Yellow0.0%
Key (black)7.8%
Color previews
#a537eb text on a black background
contrast 4.35:1
Card sample
#a537eb text on a white background
contrast 4.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a537eb;
Background color
Panel with #a537eb background
background-color: #a537eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a537eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(165, 55, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(165, 55, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a537eb; background: linear-gradient(135deg, #a537eb, #EB37B9);