#832b13
a dark, vivid red · warm · closest name: maroon
RGB
131, 43, 19
HSL
13°, 75%, 29%
CMYK
0, 67, 86, 49
Luminance
0.0660
Every format
| HEX | #832b13 |
| RGB | rgb(131, 43, 19) |
| HSL | hsl(13, 75%, 29%) |
| CMYK | cmyk(0%, 67%, 86%, 49%) |
| LAB | lab(30.9 36.6 34.6) |
| LCH | lch(30.9 50.4 43.4) |
| OKLCH | oklch(0.418 0.126 35.7) |
Copy-ready code
/* CSS */
color: #832b13;
background-color: #832b13;
/* Tailwind (arbitrary) */
class="text-[#832b13] bg-[#832b13]"
/* SCSS */
$brand: #832b13;
/* SwiftUI */
Color(red: 0.514, green: 0.169, blue: 0.075)
/* Android */
Color.parseColor("#832b13")Accessibility — WCAG contrast
Aa
#832b13 on white: 9.05:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#832b13 on black: 2.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red51.4%
Green16.9%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta67.2%
Yellow85.5%
Key (black)48.6%
Color previews
#832b13 text on a black background
contrast 2.32:1
Card sample
#832b13 text on a white background
contrast 9.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #832b13;
Background color
Panel with #832b13 background
background-color: #832b13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #832b13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(131, 43, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(131, 43, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #832b13; background: linear-gradient(135deg, #832b13, #837613);