#832002
a dark, electric red · warm · closest name: maroon
RGB
131, 32, 2
HSL
14°, 97%, 26%
CMYK
0, 76, 99, 49
Luminance
0.0586
Every format
| HEX | #832002 |
| RGB | rgb(131, 32, 2) |
| HSL | hsl(14, 97%, 26%) |
| CMYK | cmyk(0%, 76%, 99%, 49%) |
| LAB | lab(29.1 40.9 40.5) |
| LCH | lch(29.1 57.6 44.7) |
| OKLCH | oklch(0.404 0.139 35.4) |
Copy-ready code
/* CSS */
color: #832002;
background-color: #832002;
/* Tailwind (arbitrary) */
class="text-[#832002] bg-[#832002]"
/* SCSS */
$brand: #832002;
/* SwiftUI */
Color(red: 0.514, green: 0.125, blue: 0.008)
/* Android */
Color.parseColor("#832002")Accessibility — WCAG contrast
Aa
#832002 on white: 9.67:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#832002 on black: 2.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red51.4%
Green12.5%
Blue0.8%
CMYK percentages
Cyan0.0%
Magenta75.6%
Yellow98.5%
Key (black)48.6%
Color previews
#832002 text on a black background
contrast 2.17:1
Card sample
#832002 text on a white background
contrast 9.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #832002;
Background color
Panel with #832002 background
background-color: #832002;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #832002;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(131, 32, 2, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(131, 32, 2, 0.45);
Border & gradient
Gradient panel
border: 3px solid #832002; background: linear-gradient(135deg, #832002, #837602);