#9155f8
a light, electric violet · warm · closest name: slateblue
RGB
145, 85, 248
HSL
262°, 92%, 65%
CMYK
42, 66, 0, 3
Luminance
0.1929
Every format
| HEX | #9155f8 |
| RGB | rgb(145, 85, 248) |
| HSL | hsl(262, 92%, 65%) |
| CMYK | cmyk(42%, 66%, 0%, 3%) |
| LAB | lab(51.0 58.4 -72.7) |
| LCH | lch(51.0 93.3 308.8) |
| OKLCH | oklch(0.603 0.230 295.6) |
Copy-ready code
/* CSS */
color: #9155f8;
background-color: #9155f8;
/* Tailwind (arbitrary) */
class="text-[#9155f8] bg-[#9155f8]"
/* SCSS */
$brand: #9155f8;
/* SwiftUI */
Color(red: 0.569, green: 0.333, blue: 0.973)
/* Android */
Color.parseColor("#9155f8")Accessibility — WCAG contrast
Aa
#9155f8 on white: 4.32:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#9155f8 on black: 4.86:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.9%
Green33.3%
Blue97.3%
CMYK percentages
Cyan41.5%
Magenta65.7%
Yellow0.0%
Key (black)2.7%
Color previews
#9155f8 text on a black background
contrast 4.86:1
Card sample
#9155f8 text on a white background
contrast 4.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9155f8;
Background color
Panel with #9155f8 background
background-color: #9155f8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9155f8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(145, 85, 248, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(145, 85, 248, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9155f8; background: linear-gradient(135deg, #9155f8, #F855F2);