#9155be
a balanced, soft violet · warm · closest name: slateblue
RGB
145, 85, 190
HSL
274°, 45%, 54%
CMYK
24, 55, 0, 26
Luminance
0.1623
Every format
| HEX | #9155be |
| RGB | rgb(145, 85, 190) |
| HSL | hsl(274, 45%, 54%) |
| CMYK | cmyk(24%, 55%, 0%, 26%) |
| LAB | lab(47.3 44.2 -45.8) |
| LCH | lch(47.3 63.6 314.0) |
| OKLCH | oklch(0.564 0.164 308.4) |
Copy-ready code
/* CSS */
color: #9155be;
background-color: #9155be;
/* Tailwind (arbitrary) */
class="text-[#9155be] bg-[#9155be]"
/* SCSS */
$brand: #9155be;
/* SwiftUI */
Color(red: 0.569, green: 0.333, blue: 0.745)
/* Android */
Color.parseColor("#9155be")Accessibility — WCAG contrast
Aa
#9155be on white: 4.94:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#9155be on black: 4.25:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.9%
Green33.3%
Blue74.5%
CMYK percentages
Cyan23.7%
Magenta55.3%
Yellow0.0%
Key (black)25.5%
Color previews
#9155be text on a black background
contrast 4.25:1
Card sample
#9155be text on a white background
contrast 4.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9155be;
Background color
Panel with #9155be background
background-color: #9155be;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9155be;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(145, 85, 190, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(145, 85, 190, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9155be; background: linear-gradient(135deg, #9155be, #BE55A5);