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