#9151eb
a balanced, electric violet · warm · closest name: slateblue
RGB
145, 81, 235
HSL
265°, 79%, 62%
CMYK
38, 66, 0, 8
Luminance
0.1790
Every format
| HEX | #9151eb |
| RGB | rgb(145, 81, 235) |
| HSL | hsl(265, 79%, 62%) |
| CMYK | cmyk(38%, 66%, 0%, 8%) |
| LAB | lab(49.4 57.2 -68.1) |
| LCH | lch(49.4 88.9 310.0) |
| OKLCH | oklch(0.589 0.221 298.4) |
Copy-ready code
/* CSS */
color: #9151eb;
background-color: #9151eb;
/* Tailwind (arbitrary) */
class="text-[#9151eb] bg-[#9151eb]"
/* SCSS */
$brand: #9151eb;
/* SwiftUI */
Color(red: 0.569, green: 0.318, blue: 0.922)
/* Android */
Color.parseColor("#9151eb")Accessibility — WCAG contrast
Aa
#9151eb on white: 4.58:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#9151eb on black: 4.58:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.9%
Green31.8%
Blue92.2%
CMYK percentages
Cyan38.3%
Magenta65.5%
Yellow0.0%
Key (black)7.8%
Color previews
#9151eb text on a black background
contrast 4.58:1
Card sample
#9151eb text on a white background
contrast 4.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9151eb;
Background color
Panel with #9151eb background
background-color: #9151eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9151eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(145, 81, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(145, 81, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9151eb; background: linear-gradient(135deg, #9151eb, #EB51DE);