#9948eb
a balanced, electric violet · warm · closest name: slateblue
RGB
153, 72, 235
HSL
270°, 80%, 60%
CMYK
35, 69, 0, 8
Luminance
0.1741
Every format
| HEX | #9948eb |
| RGB | rgb(153, 72, 235) |
| HSL | hsl(270, 80%, 60%) |
| CMYK | cmyk(35%, 69%, 0%, 8%) |
| LAB | lab(48.8 63.0 -69.1) |
| LCH | lch(48.8 93.5 312.3) |
| OKLCH | oklch(0.586 0.233 302.4) |
Copy-ready code
/* CSS */
color: #9948eb;
background-color: #9948eb;
/* Tailwind (arbitrary) */
class="text-[#9948eb] bg-[#9948eb]"
/* SCSS */
$brand: #9948eb;
/* SwiftUI */
Color(red: 0.600, green: 0.282, blue: 0.922)
/* Android */
Color.parseColor("#9948eb")Accessibility — WCAG contrast
Aa
#9948eb on white: 4.69:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#9948eb on black: 4.48:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.0%
Green28.2%
Blue92.2%
CMYK percentages
Cyan34.9%
Magenta69.4%
Yellow0.0%
Key (black)7.8%
Color previews
#9948eb text on a black background
contrast 4.48:1
Card sample
#9948eb text on a white background
contrast 4.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9948eb;
Background color
Panel with #9948eb background
background-color: #9948eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9948eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(153, 72, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(153, 72, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9948eb; background: linear-gradient(135deg, #9948eb, #EB48D0);