#84381f
a dark, vivid red · warm · closest name: sienna
RGB
132, 56, 31
HSL
15°, 62%, 32%
CMYK
0, 58, 77, 48
Luminance
0.0783
Every format
| HEX | #84381f |
| RGB | rgb(132, 56, 31) |
| HSL | hsl(15, 62%, 32%) |
| CMYK | cmyk(0%, 58%, 77%, 48%) |
| LAB | lab(33.6 31.0 30.9) |
| LCH | lch(33.6 43.8 44.9) |
| OKLCH | oklch(0.440 0.111 38.4) |
Copy-ready code
/* CSS */
color: #84381f;
background-color: #84381f;
/* Tailwind (arbitrary) */
class="text-[#84381f] bg-[#84381f]"
/* SCSS */
$brand: #84381f;
/* SwiftUI */
Color(red: 0.518, green: 0.220, blue: 0.122)
/* Android */
Color.parseColor("#84381f")Accessibility — WCAG contrast
Aa
#84381f on white: 8.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#84381f on black: 2.57:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red51.8%
Green22.0%
Blue12.2%
CMYK percentages
Cyan0.0%
Magenta57.6%
Yellow76.5%
Key (black)48.2%
Color previews
#84381f text on a black background
contrast 2.57:1
Card sample
#84381f text on a white background
contrast 8.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #84381f;
Background color
Panel with #84381f background
background-color: #84381f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #84381f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(132, 56, 31, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(132, 56, 31, 0.45);
Border & gradient
Gradient panel
border: 3px solid #84381f; background: linear-gradient(135deg, #84381f, #847C1F);