#a033ff
a balanced, electric violet · warm · closest name: blue
RGB
160, 51, 255
HSL
272°, 100%, 60%
CMYK
37, 80, 0, 0
Luminance
0.1706
Every format
| HEX | #a033ff |
| RGB | rgb(160, 51, 255) |
| HSL | hsl(272, 100%, 60%) |
| CMYK | cmyk(37%, 80%, 0%, 0%) |
| LAB | lab(48.3 76.7 -80.9) |
| LCH | lch(48.3 111.5 313.5) |
| OKLCH | oklch(0.590 0.274 302.5) |
Copy-ready code
/* CSS */
color: #a033ff;
background-color: #a033ff;
/* Tailwind (arbitrary) */
class="text-[#a033ff] bg-[#a033ff]"
/* SCSS */
$brand: #a033ff;
/* SwiftUI */
Color(red: 0.627, green: 0.200, blue: 1.000)
/* Android */
Color.parseColor("#a033ff")Accessibility — WCAG contrast
Aa
#a033ff on white: 4.76:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#a033ff on black: 4.41:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red62.7%
Green20.0%
Blue100.0%
CMYK percentages
Cyan37.3%
Magenta80.0%
Yellow0.0%
Key (black)0.0%
Color previews
#a033ff text on a black background
contrast 4.41:1
Card sample
#a033ff text on a white background
contrast 4.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a033ff;
Background color
Panel with #a033ff background
background-color: #a033ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a033ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(160, 51, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(160, 51, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a033ff; background: linear-gradient(135deg, #a033ff, #FF33D6);