#a33ff5
a balanced, electric violet · warm · closest name: magenta
RGB
163, 63, 245
HSL
273°, 90%, 60%
CMYK
34, 74, 0, 4
Luminance
0.1793
Every format
| HEX | #a33ff5 |
| RGB | rgb(163, 63, 245) |
| HSL | hsl(273, 90%, 60%) |
| CMYK | cmyk(34%, 74%, 0%, 4%) |
| LAB | lab(49.4 70.7 -73.6) |
| LCH | lch(49.4 102.0 313.9) |
| OKLCH | oklch(0.596 0.255 304.6) |
Copy-ready code
/* CSS */
color: #a33ff5;
background-color: #a33ff5;
/* Tailwind (arbitrary) */
class="text-[#a33ff5] bg-[#a33ff5]"
/* SCSS */
$brand: #a33ff5;
/* SwiftUI */
Color(red: 0.639, green: 0.247, blue: 0.961)
/* Android */
Color.parseColor("#a33ff5")Accessibility — WCAG contrast
Aa
#a33ff5 on white: 4.58:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#a33ff5 on black: 4.59:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red63.9%
Green24.7%
Blue96.1%
CMYK percentages
Cyan33.5%
Magenta74.3%
Yellow0.0%
Key (black)3.9%
Color previews
#a33ff5 text on a black background
contrast 4.59:1
Card sample
#a33ff5 text on a white background
contrast 4.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a33ff5;
Background color
Panel with #a33ff5 background
background-color: #a33ff5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a33ff5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(163, 63, 245, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(163, 63, 245, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a33ff5; background: linear-gradient(135deg, #a33ff5, #F53FCE);