#9b74eb
a light, vivid violet · warm · closest name: slateblue
RGB
155, 116, 235
HSL
260°, 75%, 69%
CMYK
34, 51, 0, 8
Luminance
0.2546
Every format
| HEX | #9b74eb |
| RGB | rgb(155, 116, 235) |
| HSL | hsl(260, 75%, 69%) |
| CMYK | cmyk(34%, 51%, 0%, 8%) |
| LAB | lab(57.5 40.6 -55.0) |
| LCH | lch(57.5 68.4 306.5) |
| OKLCH | oklch(0.650 0.173 296.4) |
Copy-ready code
/* CSS */
color: #9b74eb;
background-color: #9b74eb;
/* Tailwind (arbitrary) */
class="text-[#9b74eb] bg-[#9b74eb]"
/* SCSS */
$brand: #9b74eb;
/* SwiftUI */
Color(red: 0.608, green: 0.455, blue: 0.922)
/* Android */
Color.parseColor("#9b74eb")Accessibility — WCAG contrast
Aa
#9b74eb on white: 3.45:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#9b74eb on black: 6.09:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.8%
Green45.5%
Blue92.2%
CMYK percentages
Cyan34.0%
Magenta50.6%
Yellow0.0%
Key (black)7.8%
Color previews
#9b74eb text on a black background
contrast 6.09:1
Card sample
#9b74eb text on a white background
contrast 3.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9b74eb;
Background color
Panel with #9b74eb background
background-color: #9b74eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9b74eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(155, 116, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(155, 116, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9b74eb; background: linear-gradient(135deg, #9b74eb, #EA74EB);