#9178eb
a light, vivid blue · warm · closest name: slateblue
RGB
145, 120, 235
HSL
253°, 74%, 70%
CMYK
38, 49, 0, 8
Luminance
0.2545
Every format
| HEX | #9178eb |
| RGB | rgb(145, 120, 235) |
| HSL | hsl(253, 74%, 70%) |
| CMYK | cmyk(38%, 49%, 0%, 8%) |
| LAB | lab(57.5 35.9 -55.0) |
| LCH | lch(57.5 65.7 303.1) |
| OKLCH | oklch(0.648 0.167 291.0) |
Copy-ready code
/* CSS */
color: #9178eb;
background-color: #9178eb;
/* Tailwind (arbitrary) */
class="text-[#9178eb] bg-[#9178eb]"
/* SCSS */
$brand: #9178eb;
/* SwiftUI */
Color(red: 0.569, green: 0.471, blue: 0.922)
/* Android */
Color.parseColor("#9178eb")Accessibility — WCAG contrast
Aa
#9178eb on white: 3.45:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#9178eb on black: 6.09:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.9%
Green47.1%
Blue92.2%
CMYK percentages
Cyan38.3%
Magenta48.9%
Yellow0.0%
Key (black)7.8%
Color previews
#9178eb text on a black background
contrast 6.09:1
Card sample
#9178eb text on a white background
contrast 3.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9178eb;
Background color
Panel with #9178eb background
background-color: #9178eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9178eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(145, 120, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(145, 120, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9178eb; background: linear-gradient(135deg, #9178eb, #DE78EB);