#932921
a dark, vivid red · warm · closest name: maroon
RGB
147, 41, 33
HSL
4°, 63%, 35%
CMYK
0, 72, 78, 42
Luminance
0.0790
Every format
| HEX | #932921 |
| RGB | rgb(147, 41, 33) |
| HSL | hsl(4, 63%, 35%) |
| CMYK | cmyk(0%, 72%, 78%, 42%) |
| LAB | lab(33.8 43.7 30.7) |
| LCH | lch(33.8 53.5 35.1) |
| OKLCH | oklch(0.446 0.143 28.5) |
Copy-ready code
/* CSS */
color: #932921;
background-color: #932921;
/* Tailwind (arbitrary) */
class="text-[#932921] bg-[#932921]"
/* SCSS */
$brand: #932921;
/* SwiftUI */
Color(red: 0.576, green: 0.161, blue: 0.129)
/* Android */
Color.parseColor("#932921")Accessibility — WCAG contrast
Aa
#932921 on white: 8.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#932921 on black: 2.58:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red57.6%
Green16.1%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta72.1%
Yellow77.6%
Key (black)42.4%
Color previews
#932921 text on a black background
contrast 2.58:1
Card sample
#932921 text on a white background
contrast 8.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #932921;
Background color
Panel with #932921 background
background-color: #932921;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #932921;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(147, 41, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(147, 41, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #932921; background: linear-gradient(135deg, #932921, #937521);