#832020
a dark, vivid red · warm · closest name: maroon
RGB
131, 32, 32
HSL
0°, 61%, 32%
CMYK
0, 76, 76, 49
Luminance
0.0596
Every format
| HEX | #832020 |
| RGB | rgb(131, 32, 32) |
| HSL | hsl(0, 61%, 32%) |
| CMYK | cmyk(0%, 76%, 76%, 49%) |
| LAB | lab(29.3 41.8 25.5) |
| LCH | lch(29.3 49.0 31.4) |
| OKLCH | oklch(0.407 0.134 25.5) |
Copy-ready code
/* CSS */
color: #832020;
background-color: #832020;
/* Tailwind (arbitrary) */
class="text-[#832020] bg-[#832020]"
/* SCSS */
$brand: #832020;
/* SwiftUI */
Color(red: 0.514, green: 0.125, blue: 0.125)
/* Android */
Color.parseColor("#832020")Accessibility — WCAG contrast
Aa
#832020 on white: 9.58:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#832020 on black: 2.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red51.4%
Green12.5%
Blue12.5%
CMYK percentages
Cyan0.0%
Magenta75.6%
Yellow75.6%
Key (black)48.6%
Color previews
#832020 text on a black background
contrast 2.19:1
Card sample
#832020 text on a white background
contrast 9.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #832020;
Background color
Panel with #832020 background
background-color: #832020;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #832020;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(131, 32, 32, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(131, 32, 32, 0.45);
Border & gradient
Gradient panel
border: 3px solid #832020; background: linear-gradient(135deg, #832020, #836220);