#9021e3
a balanced, electric violet · warm · closest name: magenta
RGB
144, 33, 227
HSL
274°, 78%, 51%
CMYK
37, 86, 0, 11
Luminance
0.1256
Every format
| HEX | #9021e3 |
| RGB | rgb(144, 33, 227) |
| HSL | hsl(274, 78%, 51%) |
| CMYK | cmyk(37%, 86%, 0%, 11%) |
| LAB | lab(42.1 73.8 -75.5) |
| LCH | lch(42.1 105.5 314.4) |
| OKLCH | oklch(0.535 0.259 303.8) |
Copy-ready code
/* CSS */
color: #9021e3;
background-color: #9021e3;
/* Tailwind (arbitrary) */
class="text-[#9021e3] bg-[#9021e3]"
/* SCSS */
$brand: #9021e3;
/* SwiftUI */
Color(red: 0.565, green: 0.129, blue: 0.890)
/* Android */
Color.parseColor("#9021e3")Accessibility — WCAG contrast
Aa
#9021e3 on white: 5.98:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#9021e3 on black: 3.51:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.5%
Green12.9%
Blue89.0%
CMYK percentages
Cyan36.6%
Magenta85.5%
Yellow0.0%
Key (black)11.0%
Color previews
#9021e3 text on a black background
contrast 3.51:1
Card sample
#9021e3 text on a white background
contrast 5.98:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9021e3;
Background color
Panel with #9021e3 background
background-color: #9021e3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9021e3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(144, 33, 227, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(144, 33, 227, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9021e3; background: linear-gradient(135deg, #9021e3, #E321B5);