#9155e4
a balanced, vivid violet · warm · closest name: slateblue
RGB
145, 85, 228
HSL
265°, 73%, 61%
CMYK
36, 63, 0, 11
Luminance
0.1812
Every format
| HEX | #9155e4 |
| RGB | rgb(145, 85, 228) |
| HSL | hsl(265, 73%, 61%) |
| CMYK | cmyk(36%, 63%, 0%, 11%) |
| LAB | lab(49.6 53.4 -63.7) |
| LCH | lch(49.6 83.2 310.0) |
| OKLCH | oklch(0.589 0.208 299.2) |
Copy-ready code
/* CSS */
color: #9155e4;
background-color: #9155e4;
/* Tailwind (arbitrary) */
class="text-[#9155e4] bg-[#9155e4]"
/* SCSS */
$brand: #9155e4;
/* SwiftUI */
Color(red: 0.569, green: 0.333, blue: 0.894)
/* Android */
Color.parseColor("#9155e4")Accessibility — WCAG contrast
Aa
#9155e4 on white: 4.54:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#9155e4 on black: 4.62:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.9%
Green33.3%
Blue89.4%
CMYK percentages
Cyan36.4%
Magenta62.7%
Yellow0.0%
Key (black)10.6%
Color previews
#9155e4 text on a black background
contrast 4.62:1
Card sample
#9155e4 text on a white background
contrast 4.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9155e4;
Background color
Panel with #9155e4 background
background-color: #9155e4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9155e4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(145, 85, 228, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(145, 85, 228, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9155e4; background: linear-gradient(135deg, #9155e4, #E455D8);