#932021
a dark, vivid red · warm · closest name: maroon
RGB
147, 32, 33
HSL
360°, 64%, 35%
CMYK
0, 78, 78, 42
Luminance
0.0735
Every format
| HEX | #932021 |
| RGB | rgb(147, 32, 33) |
| HSL | hsl(360, 64%, 35%) |
| CMYK | cmyk(0%, 78%, 78%, 42%) |
| LAB | lab(32.6 47.0 29.4) |
| LCH | lch(32.6 55.5 32.1) |
| OKLCH | oklch(0.437 0.151 25.7) |
Copy-ready code
/* CSS */
color: #932021;
background-color: #932021;
/* Tailwind (arbitrary) */
class="text-[#932021] bg-[#932021]"
/* SCSS */
$brand: #932021;
/* SwiftUI */
Color(red: 0.576, green: 0.125, blue: 0.129)
/* Android */
Color.parseColor("#932021")Accessibility — WCAG contrast
Aa
#932021 on white: 8.50:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#932021 on black: 2.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red57.6%
Green12.5%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta78.2%
Yellow77.6%
Key (black)42.4%
Color previews
#932021 text on a black background
contrast 2.47:1
Card sample
#932021 text on a white background
contrast 8.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #932021;
Background color
Panel with #932021 background
background-color: #932021;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #932021;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(147, 32, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(147, 32, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #932021; background: linear-gradient(135deg, #932021, #936C20);