#9373c2
a balanced, soft violet · warm · closest name: slateblue
RGB
147, 115, 194
HSL
264°, 39%, 61%
CMYK
24, 41, 0, 24
Luminance
0.2236
Every format
| HEX | #9373c2 |
| RGB | rgb(147, 115, 194) |
| HSL | hsl(264, 39%, 61%) |
| CMYK | cmyk(24%, 41%, 0%, 24%) |
| LAB | lab(54.4 28.8 -36.8) |
| LCH | lch(54.4 46.7 308.1) |
| OKLCH | oklch(0.619 0.120 301.6) |
Copy-ready code
/* CSS */
color: #9373c2;
background-color: #9373c2;
/* Tailwind (arbitrary) */
class="text-[#9373c2] bg-[#9373c2]"
/* SCSS */
$brand: #9373c2;
/* SwiftUI */
Color(red: 0.576, green: 0.451, blue: 0.761)
/* Android */
Color.parseColor("#9373c2")Accessibility — WCAG contrast
Aa
#9373c2 on white: 3.84:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#9373c2 on black: 5.47:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red57.6%
Green45.1%
Blue76.1%
CMYK percentages
Cyan24.2%
Magenta40.7%
Yellow0.0%
Key (black)23.9%
Color previews
#9373c2 text on a black background
contrast 5.47:1
Card sample
#9373c2 text on a white background
contrast 3.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9373c2;
Background color
Panel with #9373c2 background
background-color: #9373c2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9373c2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(147, 115, 194, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(147, 115, 194, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9373c2; background: linear-gradient(135deg, #9373c2, #C273BC);