#9331df
a balanced, vivid violet · warm · closest name: indigo
RGB
147, 49, 223
HSL
274°, 73%, 53%
CMYK
34, 78, 0, 13
Luminance
0.1373
Every format
| HEX | #9331df |
| RGB | rgb(147, 49, 223) |
| HSL | hsl(274, 73%, 53%) |
| CMYK | cmyk(34%, 78%, 0%, 13%) |
| LAB | lab(43.8 68.5 -70.3) |
| LCH | lch(43.8 98.2 314.3) |
| OKLCH | oklch(0.547 0.244 304.8) |
Copy-ready code
/* CSS */
color: #9331df;
background-color: #9331df;
/* Tailwind (arbitrary) */
class="text-[#9331df] bg-[#9331df]"
/* SCSS */
$brand: #9331df;
/* SwiftUI */
Color(red: 0.576, green: 0.192, blue: 0.875)
/* Android */
Color.parseColor("#9331df")Accessibility — WCAG contrast
Aa
#9331df on white: 5.61:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#9331df on black: 3.75:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red57.6%
Green19.2%
Blue87.5%
CMYK percentages
Cyan34.1%
Magenta78.0%
Yellow0.0%
Key (black)12.5%
Color previews
#9331df text on a black background
contrast 3.75:1
Card sample
#9331df text on a white background
contrast 5.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9331df;
Background color
Panel with #9331df background
background-color: #9331df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9331df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(147, 49, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(147, 49, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9331df; background: linear-gradient(135deg, #9331df, #DF31B7);