#931921
a dark, vivid red · warm · closest name: maroon
RGB
147, 25, 33
HSL
356°, 71%, 34%
CMYK
0, 83, 78, 42
Luminance
0.0701
Every format
| HEX | #931921 |
| RGB | rgb(147, 25, 33) |
| HSL | hsl(356, 71%, 34%) |
| CMYK | cmyk(0%, 83%, 78%, 42%) |
| LAB | lab(31.8 49.2 28.6) |
| LCH | lch(31.8 56.9 30.2) |
| OKLCH | oklch(0.431 0.156 24.0) |
Copy-ready code
/* CSS */
color: #931921;
background-color: #931921;
/* Tailwind (arbitrary) */
class="text-[#931921] bg-[#931921]"
/* SCSS */
$brand: #931921;
/* SwiftUI */
Color(red: 0.576, green: 0.098, blue: 0.129)
/* Android */
Color.parseColor("#931921")Accessibility — WCAG contrast
Aa
#931921 on white: 8.74:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#931921 on black: 2.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red57.6%
Green9.8%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta83.0%
Yellow77.6%
Key (black)42.4%
Color previews
#931921 text on a black background
contrast 2.40:1
Card sample
#931921 text on a white background
contrast 8.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #931921;
Background color
Panel with #931921 background
background-color: #931921;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #931921;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(147, 25, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(147, 25, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #931921; background: linear-gradient(135deg, #931921, #936219);