#930f50
a dark, electric magenta / pink · warm · closest name: purple
RGB
147, 15, 80
HSL
331°, 82%, 32%
CMYK
0, 90, 46, 42
Luminance
0.0712
Every format
| HEX | #930f50 |
| RGB | rgb(147, 15, 80) |
| HSL | hsl(331, 82%, 32%) |
| CMYK | cmyk(0%, 90%, 46%, 42%) |
| LAB | lab(32.1 54.6 -1.7) |
| LCH | lch(32.1 54.6 358.2) |
| OKLCH | oklch(0.437 0.168 358.7) |
Copy-ready code
/* CSS */
color: #930f50;
background-color: #930f50;
/* Tailwind (arbitrary) */
class="text-[#930f50] bg-[#930f50]"
/* SCSS */
$brand: #930f50;
/* SwiftUI */
Color(red: 0.576, green: 0.059, blue: 0.314)
/* Android */
Color.parseColor("#930f50")Accessibility — WCAG contrast
Aa
#930f50 on white: 8.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#930f50 on black: 2.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red57.6%
Green5.9%
Blue31.4%
CMYK percentages
Cyan0.0%
Magenta89.8%
Yellow45.6%
Key (black)42.4%
Color previews
#930f50 text on a black background
contrast 2.42:1
Card sample
#930f50 text on a white background
contrast 8.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #930f50;
Background color
Panel with #930f50 background
background-color: #930f50;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #930f50;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(147, 15, 80, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(147, 15, 80, 0.45);
Border & gradient
Gradient panel
border: 3px solid #930f50; background: linear-gradient(135deg, #930f50, #93260F);