#a433ff
a balanced, electric violet · warm · closest name: magenta
RGB
164, 51, 255
HSL
273°, 100%, 60%
CMYK
36, 80, 0, 0
Luminance
0.1748
Every format
| HEX | #a433ff |
| RGB | rgb(164, 51, 255) |
| HSL | hsl(273, 100%, 60%) |
| CMYK | cmyk(36%, 80%, 0%, 0%) |
| LAB | lab(48.9 77.2 -80.0) |
| LCH | lch(48.9 111.2 314.0) |
| OKLCH | oklch(0.595 0.275 303.7) |
Copy-ready code
/* CSS */
color: #a433ff;
background-color: #a433ff;
/* Tailwind (arbitrary) */
class="text-[#a433ff] bg-[#a433ff]"
/* SCSS */
$brand: #a433ff;
/* SwiftUI */
Color(red: 0.643, green: 0.200, blue: 1.000)
/* Android */
Color.parseColor("#a433ff")Accessibility — WCAG contrast
Aa
#a433ff on white: 4.67:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#a433ff on black: 4.50:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red64.3%
Green20.0%
Blue100.0%
CMYK percentages
Cyan35.7%
Magenta80.0%
Yellow0.0%
Key (black)0.0%
Color previews
#a433ff text on a black background
contrast 4.50:1
Card sample
#a433ff text on a white background
contrast 4.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a433ff;
Background color
Panel with #a433ff background
background-color: #a433ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a433ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(164, 51, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(164, 51, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a433ff; background: linear-gradient(135deg, #a433ff, #FF33D2);