#9237eb
a balanced, electric violet · warm · closest name: magenta
RGB
146, 55, 235
HSL
270°, 82%, 57%
CMYK
38, 77, 0, 8
Luminance
0.1484
Every format
| HEX | #9237eb |
| RGB | rgb(146, 55, 235) |
| HSL | hsl(270, 82%, 57%) |
| CMYK | cmyk(38%, 77%, 0%, 8%) |
| LAB | lab(45.4 68.8 -74.5) |
| LCH | lch(45.4 101.5 312.7) |
| OKLCH | oklch(0.561 0.250 301.5) |
Copy-ready code
/* CSS */
color: #9237eb;
background-color: #9237eb;
/* Tailwind (arbitrary) */
class="text-[#9237eb] bg-[#9237eb]"
/* SCSS */
$brand: #9237eb;
/* SwiftUI */
Color(red: 0.573, green: 0.216, blue: 0.922)
/* Android */
Color.parseColor("#9237eb")Accessibility — WCAG contrast
Aa
#9237eb on white: 5.29:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#9237eb on black: 3.97:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red57.3%
Green21.6%
Blue92.2%
CMYK percentages
Cyan37.9%
Magenta76.6%
Yellow0.0%
Key (black)7.8%
Color previews
#9237eb text on a black background
contrast 3.97:1
Card sample
#9237eb text on a white background
contrast 5.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9237eb;
Background color
Panel with #9237eb background
background-color: #9237eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9237eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(146, 55, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(146, 55, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9237eb; background: linear-gradient(135deg, #9237eb, #EB37CC);