#930fac
a dark, electric magenta / pink · warm · closest name: purple
RGB
147, 15, 172
HSL
290°, 84%, 37%
CMYK
15, 91, 0, 33
Luminance
0.0952
Every format
| HEX | #930fac |
| RGB | rgb(147, 15, 172) |
| HSL | hsl(290, 84%, 37%) |
| CMYK | cmyk(15%, 91%, 0%, 33%) |
| LAB | lab(37.0 67.3 -51.7) |
| LCH | lch(37.0 84.9 322.5) |
| OKLCH | oklch(0.487 0.226 319.9) |
Copy-ready code
/* CSS */
color: #930fac;
background-color: #930fac;
/* Tailwind (arbitrary) */
class="text-[#930fac] bg-[#930fac]"
/* SCSS */
$brand: #930fac;
/* SwiftUI */
Color(red: 0.576, green: 0.059, blue: 0.675)
/* Android */
Color.parseColor("#930fac")Accessibility — WCAG contrast
Aa
#930fac on white: 7.23:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#930fac on black: 2.90:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red57.6%
Green5.9%
Blue67.5%
CMYK percentages
Cyan14.5%
Magenta91.3%
Yellow0.0%
Key (black)32.5%
Color previews
#930fac text on a black background
contrast 2.90:1
Card sample
#930fac text on a white background
contrast 7.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #930fac;
Background color
Panel with #930fac background
background-color: #930fac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #930fac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(147, 15, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(147, 15, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #930fac; background: linear-gradient(135deg, #930fac, #AC0F5D);