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