#930f49
a dark, electric magenta / pink · warm · closest name: firebrick
RGB
147, 15, 73
HSL
334°, 82%, 32%
CMYK
0, 90, 50, 42
Luminance
0.0703
Every format
| HEX | #930f49 |
| RGB | rgb(147, 15, 73) |
| HSL | hsl(334, 82%, 32%) |
| CMYK | cmyk(0%, 90%, 50%, 42%) |
| LAB | lab(31.9 53.9 2.6) |
| LCH | lch(31.9 54.0 2.8) |
| OKLCH | oklch(0.434 0.166 2.5) |
Copy-ready code
/* CSS */
color: #930f49;
background-color: #930f49;
/* Tailwind (arbitrary) */
class="text-[#930f49] bg-[#930f49]"
/* SCSS */
$brand: #930f49;
/* SwiftUI */
Color(red: 0.576, green: 0.059, blue: 0.286)
/* Android */
Color.parseColor("#930f49")Accessibility — WCAG contrast
Aa
#930f49 on white: 8.73:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#930f49 on black: 2.41:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red57.6%
Green5.9%
Blue28.6%
CMYK percentages
Cyan0.0%
Magenta89.8%
Yellow50.3%
Key (black)42.4%
Color previews
#930f49 text on a black background
contrast 2.41:1
Card sample
#930f49 text on a white background
contrast 8.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #930f49;
Background color
Panel with #930f49 background
background-color: #930f49;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #930f49;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(147, 15, 73, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(147, 15, 73, 0.45);
Border & gradient
Gradient panel
border: 3px solid #930f49; background: linear-gradient(135deg, #930f49, #932D0F);