#83240c
a dark, electric red · warm · closest name: maroon
RGB
131, 36, 12
HSL
12°, 83%, 28%
CMYK
0, 73, 91, 49
Luminance
0.0611
Every format
| HEX | #83240c |
| RGB | rgb(131, 36, 12) |
| HSL | hsl(12, 83%, 28%) |
| CMYK | cmyk(0%, 73%, 91%, 49%) |
| LAB | lab(29.7 39.5 36.9) |
| LCH | lch(29.7 54.1 43.1) |
| OKLCH | oklch(0.409 0.134 34.6) |
Copy-ready code
/* CSS */
color: #83240c;
background-color: #83240c;
/* Tailwind (arbitrary) */
class="text-[#83240c] bg-[#83240c]"
/* SCSS */
$brand: #83240c;
/* SwiftUI */
Color(red: 0.514, green: 0.141, blue: 0.047)
/* Android */
Color.parseColor("#83240c")Accessibility — WCAG contrast
Aa
#83240c on white: 9.45:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#83240c on black: 2.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red51.4%
Green14.1%
Blue4.7%
CMYK percentages
Cyan0.0%
Magenta72.5%
Yellow90.8%
Key (black)48.6%
Color previews
#83240c text on a black background
contrast 2.22:1
Card sample
#83240c text on a white background
contrast 9.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #83240c;
Background color
Panel with #83240c background
background-color: #83240c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #83240c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(131, 36, 12, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(131, 36, 12, 0.45);
Border & gradient
Gradient panel
border: 3px solid #83240c; background: linear-gradient(135deg, #83240c, #83730C);