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