#931421
a dark, electric red · warm · closest name: maroon
RGB
147, 20, 33
HSL
354°, 76%, 33%
CMYK
0, 86, 78, 42
Luminance
0.0681
Every format
| HEX | #931421 |
| RGB | rgb(147, 20, 33) |
| HSL | hsl(354, 76%, 33%) |
| CMYK | cmyk(0%, 86%, 78%, 42%) |
| LAB | lab(31.4 50.4 28.1) |
| LCH | lch(31.4 57.7 29.1) |
| OKLCH | oklch(0.428 0.160 23.1) |
Copy-ready code
/* CSS */
color: #931421;
background-color: #931421;
/* Tailwind (arbitrary) */
class="text-[#931421] bg-[#931421]"
/* SCSS */
$brand: #931421;
/* SwiftUI */
Color(red: 0.576, green: 0.078, blue: 0.129)
/* Android */
Color.parseColor("#931421")Accessibility — WCAG contrast
Aa
#931421 on white: 8.89:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#931421 on black: 2.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red57.6%
Green7.8%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta86.4%
Yellow77.6%
Key (black)42.4%
Color previews
#931421 text on a black background
contrast 2.36:1
Card sample
#931421 text on a white background
contrast 8.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #931421;
Background color
Panel with #931421 background
background-color: #931421;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #931421;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(147, 20, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(147, 20, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #931421; background: linear-gradient(135deg, #931421, #935C14);