#9309c7
a dark, electric violet · warm · closest name: indigo
RGB
147, 9, 199
HSL
284°, 91%, 41%
CMYK
26, 96, 0, 22
Luminance
0.1052
Every format
| HEX | #9309c7 |
| RGB | rgb(147, 9, 199) |
| HSL | hsl(284, 91%, 41%) |
| CMYK | cmyk(26%, 96%, 0%, 22%) |
| LAB | lab(38.8 73.0 -64.7) |
| LCH | lch(38.8 97.5 318.4) |
| OKLCH | oklch(0.506 0.249 312.3) |
Copy-ready code
/* CSS */
color: #9309c7;
background-color: #9309c7;
/* Tailwind (arbitrary) */
class="text-[#9309c7] bg-[#9309c7]"
/* SCSS */
$brand: #9309c7;
/* SwiftUI */
Color(red: 0.576, green: 0.035, blue: 0.780)
/* Android */
Color.parseColor("#9309c7")Accessibility — WCAG contrast
Aa
#9309c7 on white: 6.76:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#9309c7 on black: 3.10:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red57.6%
Green3.5%
Blue78.0%
CMYK percentages
Cyan26.1%
Magenta95.5%
Yellow0.0%
Key (black)22.0%
Color previews
#9309c7 text on a black background
contrast 3.10:1
Card sample
#9309c7 text on a white background
contrast 6.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9309c7;
Background color
Panel with #9309c7 background
background-color: #9309c7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9309c7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(147, 9, 199, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(147, 9, 199, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9309c7; background: linear-gradient(135deg, #9309c7, #C7097C);