#9155c4
a balanced, vivid violet · warm · closest name: slateblue
RGB
145, 85, 196
HSL
272°, 49%, 55%
CMYK
26, 57, 0, 23
Luminance
0.1650
Every format
| HEX | #9155c4 |
| RGB | rgb(145, 85, 196) |
| HSL | hsl(272, 49%, 55%) |
| CMYK | cmyk(26%, 57%, 0%, 23%) |
| LAB | lab(47.6 45.6 -48.7) |
| LCH | lch(47.6 66.7 313.1) |
| OKLCH | oklch(0.568 0.171 306.7) |
Copy-ready code
/* CSS */
color: #9155c4;
background-color: #9155c4;
/* Tailwind (arbitrary) */
class="text-[#9155c4] bg-[#9155c4]"
/* SCSS */
$brand: #9155c4;
/* SwiftUI */
Color(red: 0.569, green: 0.333, blue: 0.769)
/* Android */
Color.parseColor("#9155c4")Accessibility — WCAG contrast
Aa
#9155c4 on white: 4.88:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#9155c4 on black: 4.30:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.9%
Green33.3%
Blue76.9%
CMYK percentages
Cyan26.0%
Magenta56.6%
Yellow0.0%
Key (black)23.1%
Color previews
#9155c4 text on a black background
contrast 4.30:1
Card sample
#9155c4 text on a white background
contrast 4.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9155c4;
Background color
Panel with #9155c4 background
background-color: #9155c4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9155c4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(145, 85, 196, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(145, 85, 196, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9155c4; background: linear-gradient(135deg, #9155c4, #C455AD);