#9239eb
a balanced, electric violet · warm · closest name: slateblue
RGB
146, 57, 235
HSL
270°, 82%, 57%
CMYK
38, 76, 0, 8
Luminance
0.1504
Every format
| HEX | #9239eb |
| RGB | rgb(146, 57, 235) |
| HSL | hsl(270, 82%, 57%) |
| CMYK | cmyk(38%, 76%, 0%, 8%) |
| LAB | lab(45.7 68.0 -74.1) |
| LCH | lch(45.7 100.6 312.6) |
| OKLCH | oklch(0.563 0.248 301.3) |
Copy-ready code
/* CSS */
color: #9239eb;
background-color: #9239eb;
/* Tailwind (arbitrary) */
class="text-[#9239eb] bg-[#9239eb]"
/* SCSS */
$brand: #9239eb;
/* SwiftUI */
Color(red: 0.573, green: 0.224, blue: 0.922)
/* Android */
Color.parseColor("#9239eb")Accessibility — WCAG contrast
Aa
#9239eb on white: 5.24:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#9239eb on black: 4.01:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red57.3%
Green22.4%
Blue92.2%
CMYK percentages
Cyan37.9%
Magenta75.7%
Yellow0.0%
Key (black)7.8%
Color previews
#9239eb text on a black background
contrast 4.01:1
Card sample
#9239eb text on a white background
contrast 5.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9239eb;
Background color
Panel with #9239eb background
background-color: #9239eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9239eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(146, 57, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(146, 57, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9239eb; background: linear-gradient(135deg, #9239eb, #EB39CD);