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