#9155cb
a balanced, vivid violet · warm · closest name: slateblue
RGB
145, 85, 203
HSL
271°, 53%, 57%
CMYK
29, 58, 0, 20
Luminance
0.1683
Every format
| HEX | #9155cb |
| RGB | rgb(145, 85, 203) |
| HSL | hsl(271, 53%, 57%) |
| CMYK | cmyk(29%, 58%, 0%, 20%) |
| LAB | lab(48.0 47.3 -52.1) |
| LCH | lch(48.0 70.3 312.2) |
| OKLCH | oklch(0.572 0.179 304.8) |
Copy-ready code
/* CSS */
color: #9155cb;
background-color: #9155cb;
/* Tailwind (arbitrary) */
class="text-[#9155cb] bg-[#9155cb]"
/* SCSS */
$brand: #9155cb;
/* SwiftUI */
Color(red: 0.569, green: 0.333, blue: 0.796)
/* Android */
Color.parseColor("#9155cb")Accessibility — WCAG contrast
Aa
#9155cb on white: 4.81:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#9155cb on black: 4.37:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.9%
Green33.3%
Blue79.6%
CMYK percentages
Cyan28.6%
Magenta58.1%
Yellow0.0%
Key (black)20.4%
Color previews
#9155cb text on a black background
contrast 4.37:1
Card sample
#9155cb text on a white background
contrast 4.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9155cb;
Background color
Panel with #9155cb background
background-color: #9155cb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9155cb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(145, 85, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(145, 85, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9155cb; background: linear-gradient(135deg, #9155cb, #CB55B6);