#930f3b
a dark, electric magenta / pink · warm · closest name: firebrick
RGB
147, 15, 59
HSL
340°, 82%, 32%
CMYK
0, 90, 60, 42
Luminance
0.0686
Every format
| HEX | #930f3b |
| RGB | rgb(147, 15, 59) |
| HSL | hsl(340, 82%, 32%) |
| CMYK | cmyk(0%, 90%, 60%, 42%) |
| LAB | lab(31.5 52.9 11.3) |
| LCH | lch(31.5 54.1 12.1) |
| OKLCH | oklch(0.430 0.163 10.0) |
Copy-ready code
/* CSS */
color: #930f3b;
background-color: #930f3b;
/* Tailwind (arbitrary) */
class="text-[#930f3b] bg-[#930f3b]"
/* SCSS */
$brand: #930f3b;
/* SwiftUI */
Color(red: 0.576, green: 0.059, blue: 0.231)
/* Android */
Color.parseColor("#930f3b")Accessibility — WCAG contrast
Aa
#930f3b on white: 8.85:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#930f3b on black: 2.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red57.6%
Green5.9%
Blue23.1%
CMYK percentages
Cyan0.0%
Magenta89.8%
Yellow59.9%
Key (black)42.4%
Color previews
#930f3b text on a black background
contrast 2.37:1
Card sample
#930f3b text on a white background
contrast 8.85:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #930f3b;
Background color
Panel with #930f3b background
background-color: #930f3b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #930f3b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(147, 15, 59, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(147, 15, 59, 0.45);
Border & gradient
Gradient panel
border: 3px solid #930f3b; background: linear-gradient(135deg, #930f3b, #933B0F);