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