#930cbf
a dark, electric violet · warm · closest name: indigo
RGB
147, 12, 191
HSL
285°, 88%, 40%
CMYK
23, 94, 0, 25
Luminance
0.1023
Every format
| HEX | #930cbf |
| RGB | rgb(147, 12, 191) |
| HSL | hsl(285, 88%, 40%) |
| CMYK | cmyk(23%, 94%, 0%, 25%) |
| LAB | lab(38.3 71.1 -60.9) |
| LCH | lch(38.3 93.6 319.4) |
| OKLCH | oklch(0.500 0.241 314.4) |
Copy-ready code
/* CSS */
color: #930cbf;
background-color: #930cbf;
/* Tailwind (arbitrary) */
class="text-[#930cbf] bg-[#930cbf]"
/* SCSS */
$brand: #930cbf;
/* SwiftUI */
Color(red: 0.576, green: 0.047, blue: 0.749)
/* Android */
Color.parseColor("#930cbf")Accessibility — WCAG contrast
Aa
#930cbf on white: 6.90:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#930cbf on black: 3.05:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red57.6%
Green4.7%
Blue74.9%
CMYK percentages
Cyan23.0%
Magenta93.7%
Yellow0.0%
Key (black)25.1%
Color previews
#930cbf text on a black background
contrast 3.05:1
Card sample
#930cbf text on a white background
contrast 6.90:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #930cbf;
Background color
Panel with #930cbf background
background-color: #930cbf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #930cbf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(147, 12, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(147, 12, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #930cbf; background: linear-gradient(135deg, #930cbf, #BF0C74);