#a933ff
a balanced, electric violet · warm · closest name: magenta
RGB
169, 51, 255
HSL
275°, 100%, 60%
CMYK
34, 80, 0, 0
Luminance
0.1802
Every format
| HEX | #a933ff |
| RGB | rgb(169, 51, 255) |
| HSL | hsl(275, 100%, 60%) |
| CMYK | cmyk(34%, 80%, 0%, 0%) |
| LAB | lab(49.5 78.0 -78.9) |
| LCH | lch(49.5 110.9 314.6) |
| OKLCH | oklch(0.601 0.276 305.3) |
Copy-ready code
/* CSS */
color: #a933ff;
background-color: #a933ff;
/* Tailwind (arbitrary) */
class="text-[#a933ff] bg-[#a933ff]"
/* SCSS */
$brand: #a933ff;
/* SwiftUI */
Color(red: 0.663, green: 0.200, blue: 1.000)
/* Android */
Color.parseColor("#a933ff")Accessibility — WCAG contrast
Aa
#a933ff on white: 4.56:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#a933ff on black: 4.60:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red66.3%
Green20.0%
Blue100.0%
CMYK percentages
Cyan33.7%
Magenta80.0%
Yellow0.0%
Key (black)0.0%
Color previews
#a933ff text on a black background
contrast 4.60:1
Card sample
#a933ff text on a white background
contrast 4.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a933ff;
Background color
Panel with #a933ff background
background-color: #a933ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a933ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(169, 51, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(169, 51, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a933ff; background: linear-gradient(135deg, #a933ff, #FF33CD);