#a33df2
a balanced, electric violet · warm · closest name: magenta
RGB
163, 61, 242
HSL
274°, 87%, 59%
CMYK
33, 75, 0, 5
Luminance
0.1753
Every format
| HEX | #a33df2 |
| RGB | rgb(163, 61, 242) |
| HSL | hsl(274, 87%, 59%) |
| CMYK | cmyk(33%, 75%, 0%, 5%) |
| LAB | lab(48.9 70.8 -72.7) |
| LCH | lch(48.9 101.5 314.3) |
| OKLCH | oklch(0.592 0.254 305.4) |
Copy-ready code
/* CSS */
color: #a33df2;
background-color: #a33df2;
/* Tailwind (arbitrary) */
class="text-[#a33df2] bg-[#a33df2]"
/* SCSS */
$brand: #a33df2;
/* SwiftUI */
Color(red: 0.639, green: 0.239, blue: 0.949)
/* Android */
Color.parseColor("#a33df2")Accessibility — WCAG contrast
Aa
#a33df2 on white: 4.66:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#a33df2 on black: 4.51:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red63.9%
Green23.9%
Blue94.9%
CMYK percentages
Cyan32.6%
Magenta74.8%
Yellow0.0%
Key (black)5.1%
Color previews
#a33df2 text on a black background
contrast 4.51:1
Card sample
#a33df2 text on a white background
contrast 4.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a33df2;
Background color
Panel with #a33df2 background
background-color: #a33df2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a33df2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(163, 61, 242, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(163, 61, 242, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a33df2; background: linear-gradient(135deg, #a33df2, #F23DC8);