#9155bf
a balanced, vivid violet · warm · closest name: slateblue
RGB
145, 85, 191
HSL
274°, 45%, 54%
CMYK
24, 56, 0, 25
Luminance
0.1628
Every format
| HEX | #9155bf |
| RGB | rgb(145, 85, 191) |
| HSL | hsl(274, 45%, 54%) |
| CMYK | cmyk(24%, 56%, 0%, 25%) |
| LAB | lab(47.3 44.5 -46.3) |
| LCH | lch(47.3 64.2 313.9) |
| OKLCH | oklch(0.565 0.165 308.1) |
Copy-ready code
/* CSS */
color: #9155bf;
background-color: #9155bf;
/* Tailwind (arbitrary) */
class="text-[#9155bf] bg-[#9155bf]"
/* SCSS */
$brand: #9155bf;
/* SwiftUI */
Color(red: 0.569, green: 0.333, blue: 0.749)
/* Android */
Color.parseColor("#9155bf")Accessibility — WCAG contrast
Aa
#9155bf on white: 4.93:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#9155bf on black: 4.26:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.9%
Green33.3%
Blue74.9%
CMYK percentages
Cyan24.1%
Magenta55.5%
Yellow0.0%
Key (black)25.1%
Color previews
#9155bf text on a black background
contrast 4.26:1
Card sample
#9155bf text on a white background
contrast 4.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9155bf;
Background color
Panel with #9155bf background
background-color: #9155bf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9155bf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(145, 85, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(145, 85, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9155bf; background: linear-gradient(135deg, #9155bf, #BF55A6);