#9244ef
a balanced, electric violet · warm · closest name: slateblue
RGB
146, 68, 239
HSL
267°, 84%, 60%
CMYK
39, 72, 0, 6
Luminance
0.1648
Every format
| HEX | #9244ef |
| RGB | rgb(146, 68, 239) |
| HSL | hsl(267, 84%, 60%) |
| CMYK | cmyk(39%, 72%, 0%, 6%) |
| LAB | lab(47.6 64.4 -73.3) |
| LCH | lch(47.6 97.5 311.3) |
| OKLCH | oklch(0.577 0.240 299.5) |
Copy-ready code
/* CSS */
color: #9244ef;
background-color: #9244ef;
/* Tailwind (arbitrary) */
class="text-[#9244ef] bg-[#9244ef]"
/* SCSS */
$brand: #9244ef;
/* SwiftUI */
Color(red: 0.573, green: 0.267, blue: 0.937)
/* Android */
Color.parseColor("#9244ef")Accessibility — WCAG contrast
Aa
#9244ef on white: 4.89:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#9244ef on black: 4.30:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red57.3%
Green26.7%
Blue93.7%
CMYK percentages
Cyan38.9%
Magenta71.5%
Yellow0.0%
Key (black)6.3%
Color previews
#9244ef text on a black background
contrast 4.30:1
Card sample
#9244ef text on a white background
contrast 4.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9244ef;
Background color
Panel with #9244ef background
background-color: #9244ef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9244ef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(146, 68, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(146, 68, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9244ef; background: linear-gradient(135deg, #9244ef, #EF44DA);