#9212eb
a balanced, electric violet · warm · closest name: blue
RGB
146, 18, 235
HSL
275°, 86%, 50%
CMYK
38, 92, 0, 8
Luminance
0.1254
Every format
| HEX | #9212eb |
| RGB | rgb(146, 18, 235) |
| HSL | hsl(275, 86%, 50%) |
| CMYK | cmyk(38%, 92%, 0%, 8%) |
| LAB | lab(42.1 78.7 -80.0) |
| LCH | lch(42.1 112.2 314.5) |
| OKLCH | oklch(0.538 0.274 303.4) |
Copy-ready code
/* CSS */
color: #9212eb;
background-color: #9212eb;
/* Tailwind (arbitrary) */
class="text-[#9212eb] bg-[#9212eb]"
/* SCSS */
$brand: #9212eb;
/* SwiftUI */
Color(red: 0.573, green: 0.071, blue: 0.922)
/* Android */
Color.parseColor("#9212eb")Accessibility — WCAG contrast
Aa
#9212eb on white: 5.99:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#9212eb on black: 3.51:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red57.3%
Green7.1%
Blue92.2%
CMYK percentages
Cyan37.9%
Magenta92.3%
Yellow0.0%
Key (black)7.8%
Color previews
#9212eb text on a black background
contrast 3.51:1
Card sample
#9212eb text on a white background
contrast 5.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9212eb;
Background color
Panel with #9212eb background
background-color: #9212eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9212eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(146, 18, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(146, 18, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9212eb; background: linear-gradient(135deg, #9212eb, #EB12B3);