#9155aa
a balanced, soft violet · warm · closest name: slateblue
RGB
145, 85, 170
HSL
282°, 33%, 50%
CMYK
15, 50, 0, 33
Luminance
0.1542
Every format
| HEX | #9155aa |
| RGB | rgb(145, 85, 170) |
| HSL | hsl(282, 33%, 50%) |
| CMYK | cmyk(15%, 50%, 0%, 33%) |
| LAB | lab(46.2 39.7 -35.8) |
| LCH | lch(46.2 53.5 318.0) |
| OKLCH | oklch(0.553 0.141 315.2) |
Copy-ready code
/* CSS */
color: #9155aa;
background-color: #9155aa;
/* Tailwind (arbitrary) */
class="text-[#9155aa] bg-[#9155aa]"
/* SCSS */
$brand: #9155aa;
/* SwiftUI */
Color(red: 0.569, green: 0.333, blue: 0.667)
/* Android */
Color.parseColor("#9155aa")Accessibility — WCAG contrast
Aa
#9155aa on white: 5.14:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#9155aa on black: 4.08:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.9%
Green33.3%
Blue66.7%
CMYK percentages
Cyan14.7%
Magenta50.0%
Yellow0.0%
Key (black)33.3%
Color previews
#9155aa text on a black background
contrast 4.08:1
Card sample
#9155aa text on a white background
contrast 5.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9155aa;
Background color
Panel with #9155aa background
background-color: #9155aa;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9155aa;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(145, 85, 170, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(145, 85, 170, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9155aa; background: linear-gradient(135deg, #9155aa, #AA558A);