#930dfd
a balanced, electric violet · warm · closest name: blue
RGB
147, 13, 253
HSL
274°, 98%, 52%
CMYK
42, 95, 0, 1
Luminance
0.1358
Every format
| HEX | #930dfd |
| RGB | rgb(147, 13, 253) |
| HSL | hsl(274, 98%, 52%) |
| CMYK | cmyk(42%, 95%, 0%, 1%) |
| LAB | lab(43.6 83.0 -87.6) |
| LCH | lch(43.6 120.7 313.5) |
| OKLCH | oklch(0.553 0.290 300.2) |
Copy-ready code
/* CSS */
color: #930dfd;
background-color: #930dfd;
/* Tailwind (arbitrary) */
class="text-[#930dfd] bg-[#930dfd]"
/* SCSS */
$brand: #930dfd;
/* SwiftUI */
Color(red: 0.576, green: 0.051, blue: 0.992)
/* Android */
Color.parseColor("#930dfd")Accessibility — WCAG contrast
Aa
#930dfd on white: 5.65:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#930dfd on black: 3.72:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red57.6%
Green5.1%
Blue99.2%
CMYK percentages
Cyan41.9%
Magenta94.9%
Yellow0.0%
Key (black)0.8%
Color previews
#930dfd text on a black background
contrast 3.72:1
Card sample
#930dfd text on a white background
contrast 5.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #930dfd;
Background color
Panel with #930dfd background
background-color: #930dfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #930dfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(147, 13, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(147, 13, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #930dfd; background: linear-gradient(135deg, #930dfd, #FD0DC7);