#940121
a dark, electric red · warm · closest name: maroon
RGB
148, 1, 33
HSL
347°, 99%, 29%
CMYK
0, 99, 78, 42
Luminance
0.0643
Every format
| HEX | #940121 |
| RGB | rgb(148, 1, 33) |
| HSL | hsl(347, 99%, 29%) |
| CMYK | cmyk(0%, 99%, 78%, 42%) |
| LAB | lab(30.5 54.0 27.2) |
| LCH | lch(30.5 60.4 26.7) |
| OKLCH | oklch(0.422 0.169 20.9) |
Copy-ready code
/* CSS */
color: #940121;
background-color: #940121;
/* Tailwind (arbitrary) */
class="text-[#940121] bg-[#940121]"
/* SCSS */
$brand: #940121;
/* SwiftUI */
Color(red: 0.580, green: 0.004, blue: 0.129)
/* Android */
Color.parseColor("#940121")Accessibility — WCAG contrast
Aa
#940121 on white: 9.19:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#940121 on black: 2.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red58.0%
Green0.4%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta99.3%
Yellow77.7%
Key (black)42.0%
Color previews
#940121 text on a black background
contrast 2.29:1
Card sample
#940121 text on a white background
contrast 9.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #940121;
Background color
Panel with #940121 background
background-color: #940121;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #940121;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(148, 1, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(148, 1, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #940121; background: linear-gradient(135deg, #940121, #944301);