#930afb
a balanced, electric violet · warm · closest name: blue
RGB
147, 10, 251
HSL
274°, 97%, 51%
CMYK
41, 96, 0, 2
Luminance
0.1339
Every format
| HEX | #930afb |
| RGB | rgb(147, 10, 251) |
| HSL | hsl(274, 97%, 51%) |
| CMYK | cmyk(41%, 96%, 0%, 2%) |
| LAB | lab(43.3 83.0 -87.0) |
| LCH | lch(43.3 120.2 313.6) |
| OKLCH | oklch(0.551 0.289 300.6) |
Copy-ready code
/* CSS */
color: #930afb;
background-color: #930afb;
/* Tailwind (arbitrary) */
class="text-[#930afb] bg-[#930afb]"
/* SCSS */
$brand: #930afb;
/* SwiftUI */
Color(red: 0.576, green: 0.039, blue: 0.984)
/* Android */
Color.parseColor("#930afb")Accessibility — WCAG contrast
Aa
#930afb on white: 5.71:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#930afb on black: 3.68:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red57.6%
Green3.9%
Blue98.4%
CMYK percentages
Cyan41.4%
Magenta96.0%
Yellow0.0%
Key (black)1.6%
Color previews
#930afb text on a black background
contrast 3.68:1
Card sample
#930afb text on a white background
contrast 5.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #930afb;
Background color
Panel with #930afb background
background-color: #930afb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #930afb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(147, 10, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(147, 10, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #930afb; background: linear-gradient(135deg, #930afb, #FB0AC2);