#930fd3
a dark, electric violet · warm · closest name: magenta
RGB
147, 15, 211
HSL
280°, 87%, 44%
CMYK
30, 93, 0, 17
Luminance
0.1125
Every format
| HEX | #930fd3 |
| RGB | rgb(147, 15, 211) |
| HSL | hsl(280, 87%, 44%) |
| CMYK | cmyk(30%, 93%, 0%, 17%) |
| LAB | lab(40.0 74.5 -69.7) |
| LCH | lch(40.0 102.0 316.9) |
| OKLCH | oklch(0.517 0.256 309.2) |
Copy-ready code
/* CSS */
color: #930fd3;
background-color: #930fd3;
/* Tailwind (arbitrary) */
class="text-[#930fd3] bg-[#930fd3]"
/* SCSS */
$brand: #930fd3;
/* SwiftUI */
Color(red: 0.576, green: 0.059, blue: 0.827)
/* Android */
Color.parseColor("#930fd3")Accessibility — WCAG contrast
Aa
#930fd3 on white: 6.46:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#930fd3 on black: 3.25:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red57.6%
Green5.9%
Blue82.7%
CMYK percentages
Cyan30.3%
Magenta92.9%
Yellow0.0%
Key (black)17.3%
Color previews
#930fd3 text on a black background
contrast 3.25:1
Card sample
#930fd3 text on a white background
contrast 6.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #930fd3;
Background color
Panel with #930fd3 background
background-color: #930fd3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #930fd3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(147, 15, 211, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(147, 15, 211, 0.45);
Border & gradient
Gradient panel
border: 3px solid #930fd3; background: linear-gradient(135deg, #930fd3, #D30F90);