#930df2
a balanced, electric violet · warm · closest name: blue
RGB
147, 13, 242
HSL
275°, 90%, 50%
CMYK
39, 95, 0, 5
Luminance
0.1290
Every format
| HEX | #930df2 |
| RGB | rgb(147, 13, 242) |
| HSL | hsl(275, 90%, 50%) |
| CMYK | cmyk(39%, 95%, 0%, 5%) |
| LAB | lab(42.6 80.8 -83.1) |
| LCH | lch(42.6 115.9 314.2) |
| OKLCH | oklch(0.543 0.281 302.4) |
Copy-ready code
/* CSS */
color: #930df2;
background-color: #930df2;
/* Tailwind (arbitrary) */
class="text-[#930df2] bg-[#930df2]"
/* SCSS */
$brand: #930df2;
/* SwiftUI */
Color(red: 0.576, green: 0.051, blue: 0.949)
/* Android */
Color.parseColor("#930df2")Accessibility — WCAG contrast
Aa
#930df2 on white: 5.87:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#930df2 on black: 3.58:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red57.6%
Green5.1%
Blue94.9%
CMYK percentages
Cyan39.3%
Magenta94.6%
Yellow0.0%
Key (black)5.1%
Color previews
#930df2 text on a black background
contrast 3.58:1
Card sample
#930df2 text on a white background
contrast 5.87:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #930df2;
Background color
Panel with #930df2 background
background-color: #930df2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #930df2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(147, 13, 242, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(147, 13, 242, 0.45);
Border & gradient
Gradient panel
border: 3px solid #930df2; background: linear-gradient(135deg, #930df2, #F20DB8);