#a33ffd
a balanced, electric violet · warm · closest name: magenta
RGB
163, 63, 253
HSL
272°, 98%, 62%
CMYK
36, 75, 0, 1
Luminance
0.1843
Every format
| HEX | #a33ffd |
| RGB | rgb(163, 63, 253) |
| HSL | hsl(272, 98%, 62%) |
| CMYK | cmyk(36%, 75%, 0%, 1%) |
| LAB | lab(50.0 72.5 -77.0) |
| LCH | lch(50.0 105.8 313.2) |
| OKLCH | oklch(0.602 0.262 303.0) |
Copy-ready code
/* CSS */
color: #a33ffd;
background-color: #a33ffd;
/* Tailwind (arbitrary) */
class="text-[#a33ffd] bg-[#a33ffd]"
/* SCSS */
$brand: #a33ffd;
/* SwiftUI */
Color(red: 0.639, green: 0.247, blue: 0.992)
/* Android */
Color.parseColor("#a33ffd")Accessibility — WCAG contrast
Aa
#a33ffd on white: 4.48:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#a33ffd on black: 4.69:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red63.9%
Green24.7%
Blue99.2%
CMYK percentages
Cyan35.6%
Magenta75.1%
Yellow0.0%
Key (black)0.8%
Color previews
#a33ffd text on a black background
contrast 4.69:1
Card sample
#a33ffd text on a white background
contrast 4.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a33ffd;
Background color
Panel with #a33ffd background
background-color: #a33ffd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a33ffd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(163, 63, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(163, 63, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a33ffd; background: linear-gradient(135deg, #a33ffd, #FD3FD8);