#a33ff3
a balanced, electric violet · warm · closest name: magenta
RGB
163, 63, 243
HSL
273°, 88%, 60%
CMYK
33, 74, 0, 5
Luminance
0.1781
Every format
| HEX | #a33ff3 |
| RGB | rgb(163, 63, 243) |
| HSL | hsl(273, 88%, 60%) |
| CMYK | cmyk(33%, 74%, 0%, 5%) |
| LAB | lab(49.3 70.3 -72.7) |
| LCH | lch(49.3 101.1 314.0) |
| OKLCH | oklch(0.594 0.253 305.0) |
Copy-ready code
/* CSS */
color: #a33ff3;
background-color: #a33ff3;
/* Tailwind (arbitrary) */
class="text-[#a33ff3] bg-[#a33ff3]"
/* SCSS */
$brand: #a33ff3;
/* SwiftUI */
Color(red: 0.639, green: 0.247, blue: 0.953)
/* Android */
Color.parseColor("#a33ff3")Accessibility — WCAG contrast
Aa
#a33ff3 on white: 4.60:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#a33ff3 on black: 4.56:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red63.9%
Green24.7%
Blue95.3%
CMYK percentages
Cyan32.9%
Magenta74.1%
Yellow0.0%
Key (black)4.7%
Color previews
#a33ff3 text on a black background
contrast 4.56:1
Card sample
#a33ff3 text on a white background
contrast 4.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a33ff3;
Background color
Panel with #a33ff3 background
background-color: #a33ff3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a33ff3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(163, 63, 243, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(163, 63, 243, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a33ff3; background: linear-gradient(135deg, #a33ff3, #F33FCB);