#a33ff9
a balanced, electric violet · warm · closest name: magenta
RGB
163, 63, 249
HSL
272°, 94%, 61%
CMYK
35, 75, 0, 2
Luminance
0.1818
Every format
| HEX | #a33ff9 |
| RGB | rgb(163, 63, 249) |
| HSL | hsl(272, 94%, 61%) |
| CMYK | cmyk(35%, 75%, 0%, 2%) |
| LAB | lab(49.7 71.6 -75.3) |
| LCH | lch(49.7 103.9 313.6) |
| OKLCH | oklch(0.599 0.258 303.8) |
Copy-ready code
/* CSS */
color: #a33ff9;
background-color: #a33ff9;
/* Tailwind (arbitrary) */
class="text-[#a33ff9] bg-[#a33ff9]"
/* SCSS */
$brand: #a33ff9;
/* SwiftUI */
Color(red: 0.639, green: 0.247, blue: 0.976)
/* Android */
Color.parseColor("#a33ff9")Accessibility — WCAG contrast
Aa
#a33ff9 on white: 4.53:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#a33ff9 on black: 4.64:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red63.9%
Green24.7%
Blue97.6%
CMYK percentages
Cyan34.5%
Magenta74.7%
Yellow0.0%
Key (black)2.4%
Color previews
#a33ff9 text on a black background
contrast 4.64:1
Card sample
#a33ff9 text on a white background
contrast 4.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a33ff9;
Background color
Panel with #a33ff9 background
background-color: #a33ff9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a33ff9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(163, 63, 249, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(163, 63, 249, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a33ff9; background: linear-gradient(135deg, #a33ff9, #F93FD3);