#84331f
a dark, vivid red · warm · closest name: sienna
RGB
132, 51, 31
HSL
12°, 62%, 32%
CMYK
0, 61, 77, 48
Luminance
0.0737
Every format
| HEX | #84331f |
| RGB | rgb(132, 51, 31) |
| HSL | hsl(12, 62%, 32%) |
| CMYK | cmyk(0%, 61%, 77%, 48%) |
| LAB | lab(32.6 33.6 29.9) |
| LCH | lch(32.6 45.0 41.6) |
| OKLCH | oklch(0.432 0.116 35.1) |
Copy-ready code
/* CSS */
color: #84331f;
background-color: #84331f;
/* Tailwind (arbitrary) */
class="text-[#84331f] bg-[#84331f]"
/* SCSS */
$brand: #84331f;
/* SwiftUI */
Color(red: 0.518, green: 0.200, blue: 0.122)
/* Android */
Color.parseColor("#84331f")Accessibility — WCAG contrast
Aa
#84331f on white: 8.49:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#84331f on black: 2.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red51.8%
Green20.0%
Blue12.2%
CMYK percentages
Cyan0.0%
Magenta61.4%
Yellow76.5%
Key (black)48.2%
Color previews
#84331f text on a black background
contrast 2.47:1
Card sample
#84331f text on a white background
contrast 8.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #84331f;
Background color
Panel with #84331f background
background-color: #84331f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #84331f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(132, 51, 31, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(132, 51, 31, 0.45);
Border & gradient
Gradient panel
border: 3px solid #84331f; background: linear-gradient(135deg, #84331f, #84771F);