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