#940f3b
a dark, electric magenta / pink · warm · closest name: firebrick
RGB
148, 15, 59
HSL
340°, 82%, 32%
CMYK
0, 90, 60, 42
Luminance
0.0695
Every format
| HEX | #940f3b |
| RGB | rgb(148, 15, 59) |
| HSL | hsl(340, 82%, 32%) |
| CMYK | cmyk(0%, 90%, 60%, 42%) |
| LAB | lab(31.7 53.1 11.7) |
| LCH | lch(31.7 54.4 12.4) |
| OKLCH | oklch(0.432 0.164 10.2) |
Copy-ready code
/* CSS */
color: #940f3b;
background-color: #940f3b;
/* Tailwind (arbitrary) */
class="text-[#940f3b] bg-[#940f3b]"
/* SCSS */
$brand: #940f3b;
/* SwiftUI */
Color(red: 0.580, green: 0.059, blue: 0.231)
/* Android */
Color.parseColor("#940f3b")Accessibility — WCAG contrast
Aa
#940f3b on white: 8.78:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#940f3b on black: 2.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red58.0%
Green5.9%
Blue23.1%
CMYK percentages
Cyan0.0%
Magenta89.9%
Yellow60.1%
Key (black)42.0%
Color previews
#940f3b text on a black background
contrast 2.39:1
Card sample
#940f3b text on a white background
contrast 8.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #940f3b;
Background color
Panel with #940f3b background
background-color: #940f3b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #940f3b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(148, 15, 59, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(148, 15, 59, 0.45);
Border & gradient
Gradient panel
border: 3px solid #940f3b; background: linear-gradient(135deg, #940f3b, #943C0F);