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