#9243eb
a balanced, electric violet · warm · closest name: slateblue
RGB
146, 67, 235
HSL
268°, 81%, 59%
CMYK
38, 72, 0, 8
Luminance
0.1612
Every format
| HEX | #9243eb |
| RGB | rgb(146, 67, 235) |
| HSL | hsl(268, 81%, 59%) |
| CMYK | cmyk(38%, 72%, 0%, 8%) |
| LAB | lab(47.1 63.9 -71.8) |
| LCH | lch(47.1 96.1 311.7) |
| OKLCH | oklch(0.573 0.237 300.4) |
Copy-ready code
/* CSS */
color: #9243eb;
background-color: #9243eb;
/* Tailwind (arbitrary) */
class="text-[#9243eb] bg-[#9243eb]"
/* SCSS */
$brand: #9243eb;
/* SwiftUI */
Color(red: 0.573, green: 0.263, blue: 0.922)
/* Android */
Color.parseColor("#9243eb")Accessibility — WCAG contrast
Aa
#9243eb on white: 4.97:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#9243eb on black: 4.22:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red57.3%
Green26.3%
Blue92.2%
CMYK percentages
Cyan37.9%
Magenta71.5%
Yellow0.0%
Key (black)7.8%
Color previews
#9243eb text on a black background
contrast 4.22:1
Card sample
#9243eb text on a white background
contrast 4.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9243eb;
Background color
Panel with #9243eb background
background-color: #9243eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9243eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(146, 67, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(146, 67, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9243eb; background: linear-gradient(135deg, #9243eb, #EB43D4);