#930cdf
a balanced, electric violet · warm · closest name: magenta
RGB
147, 12, 223
HSL
278°, 90%, 46%
CMYK
34, 95, 0, 13
Luminance
0.1179
Every format
| HEX | #930cdf |
| RGB | rgb(147, 12, 223) |
| HSL | hsl(278, 90%, 46%) |
| CMYK | cmyk(34%, 95%, 0%, 13%) |
| LAB | lab(40.9 77.2 -75.1) |
| LCH | lch(40.9 107.7 315.8) |
| OKLCH | oklch(0.527 0.266 306.4) |
Copy-ready code
/* CSS */
color: #930cdf;
background-color: #930cdf;
/* Tailwind (arbitrary) */
class="text-[#930cdf] bg-[#930cdf]"
/* SCSS */
$brand: #930cdf;
/* SwiftUI */
Color(red: 0.576, green: 0.047, blue: 0.875)
/* Android */
Color.parseColor("#930cdf")Accessibility — WCAG contrast
Aa
#930cdf on white: 6.25:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#930cdf on black: 3.36:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red57.6%
Green4.7%
Blue87.5%
CMYK percentages
Cyan34.1%
Magenta94.6%
Yellow0.0%
Key (black)12.5%
Color previews
#930cdf text on a black background
contrast 3.36:1
Card sample
#930cdf text on a white background
contrast 6.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #930cdf;
Background color
Panel with #930cdf background
background-color: #930cdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #930cdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(147, 12, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(147, 12, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #930cdf; background: linear-gradient(135deg, #930cdf, #DF0C9E);