#a232eb
a balanced, electric violet · warm · closest name: magenta
RGB
162, 50, 235
HSL
276°, 82%, 56%
CMYK
31, 79, 0, 8
Luminance
0.1596
Every format
| HEX | #a232eb |
| RGB | rgb(162, 50, 235) |
| HSL | hsl(276, 82%, 56%) |
| CMYK | cmyk(31%, 79%, 0%, 8%) |
| LAB | lab(46.9 73.1 -72.0) |
| LCH | lch(46.9 102.6 315.4) |
| OKLCH | oklch(0.576 0.257 307.2) |
Copy-ready code
/* CSS */
color: #a232eb;
background-color: #a232eb;
/* Tailwind (arbitrary) */
class="text-[#a232eb] bg-[#a232eb]"
/* SCSS */
$brand: #a232eb;
/* SwiftUI */
Color(red: 0.635, green: 0.196, blue: 0.922)
/* Android */
Color.parseColor("#a232eb")Accessibility — WCAG contrast
Aa
#a232eb on white: 5.01:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#a232eb on black: 4.19:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red63.5%
Green19.6%
Blue92.2%
CMYK percentages
Cyan31.1%
Magenta78.7%
Yellow0.0%
Key (black)7.8%
Color previews
#a232eb text on a black background
contrast 4.19:1
Card sample
#a232eb text on a white background
contrast 5.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a232eb;
Background color
Panel with #a232eb background
background-color: #a232eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a232eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(162, 50, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(162, 50, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a232eb; background: linear-gradient(135deg, #a232eb, #EB32B9);