#9744eb
a balanced, electric violet · warm · closest name: slateblue
RGB
151, 68, 235
HSL
270°, 81%, 59%
CMYK
36, 71, 0, 8
Luminance
0.1671
Every format
| HEX | #9744eb |
| RGB | rgb(151, 68, 235) |
| HSL | hsl(270, 81%, 59%) |
| CMYK | cmyk(36%, 71%, 0%, 8%) |
| LAB | lab(47.9 64.3 -70.5) |
| LCH | lch(47.9 95.4 312.4) |
| OKLCH | oklch(0.580 0.237 302.1) |
Copy-ready code
/* CSS */
color: #9744eb;
background-color: #9744eb;
/* Tailwind (arbitrary) */
class="text-[#9744eb] bg-[#9744eb]"
/* SCSS */
$brand: #9744eb;
/* SwiftUI */
Color(red: 0.592, green: 0.267, blue: 0.922)
/* Android */
Color.parseColor("#9744eb")Accessibility — WCAG contrast
Aa
#9744eb on white: 4.84:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#9744eb on black: 4.34:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.2%
Green26.7%
Blue92.2%
CMYK percentages
Cyan35.7%
Magenta71.1%
Yellow0.0%
Key (black)7.8%
Color previews
#9744eb text on a black background
contrast 4.34:1
Card sample
#9744eb text on a white background
contrast 4.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9744eb;
Background color
Panel with #9744eb background
background-color: #9744eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9744eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(151, 68, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(151, 68, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9744eb; background: linear-gradient(135deg, #9744eb, #EB44D0);