#832421
a dark, vivid red · warm · closest name: maroon
RGB
131, 36, 33
HSL
2°, 60%, 32%
CMYK
0, 73, 75, 49
Luminance
0.0620
Every format
| HEX | #832421 |
| RGB | rgb(131, 36, 33) |
| HSL | hsl(2, 60%, 32%) |
| CMYK | cmyk(0%, 73%, 75%, 49%) |
| LAB | lab(29.9 40.2 25.6) |
| LCH | lch(29.9 47.7 32.4) |
| OKLCH | oklch(0.411 0.130 26.5) |
Copy-ready code
/* CSS */
color: #832421;
background-color: #832421;
/* Tailwind (arbitrary) */
class="text-[#832421] bg-[#832421]"
/* SCSS */
$brand: #832421;
/* SwiftUI */
Color(red: 0.514, green: 0.141, blue: 0.129)
/* Android */
Color.parseColor("#832421")Accessibility — WCAG contrast
Aa
#832421 on white: 9.38:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#832421 on black: 2.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red51.4%
Green14.1%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta72.5%
Yellow74.8%
Key (black)48.6%
Color previews
#832421 text on a black background
contrast 2.24:1
Card sample
#832421 text on a white background
contrast 9.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #832421;
Background color
Panel with #832421 background
background-color: #832421;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #832421;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(131, 36, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(131, 36, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #832421; background: linear-gradient(135deg, #832421, #836521);