#8f331e
a dark, vivid red · warm · closest name: sienna
RGB
143, 51, 30
HSL
11°, 65%, 34%
CMYK
0, 64, 79, 44
Luminance
0.0830
Every format
| HEX | #8f331e |
| RGB | rgb(143, 51, 30) |
| HSL | hsl(11, 65%, 34%) |
| CMYK | cmyk(0%, 64%, 79%, 44%) |
| LAB | lab(34.6 37.8 33.1) |
| LCH | lch(34.6 50.3 41.2) |
| OKLCH | oklch(0.451 0.129 34.3) |
Copy-ready code
/* CSS */
color: #8f331e;
background-color: #8f331e;
/* Tailwind (arbitrary) */
class="text-[#8f331e] bg-[#8f331e]"
/* SCSS */
$brand: #8f331e;
/* SwiftUI */
Color(red: 0.561, green: 0.200, blue: 0.118)
/* Android */
Color.parseColor("#8f331e")Accessibility — WCAG contrast
Aa
#8f331e on white: 7.89:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#8f331e on black: 2.66:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.1%
Green20.0%
Blue11.8%
CMYK percentages
Cyan0.0%
Magenta64.3%
Yellow79.0%
Key (black)43.9%
Color previews
#8f331e text on a black background
contrast 2.66:1
Card sample
#8f331e text on a white background
contrast 7.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8f331e;
Background color
Panel with #8f331e background
background-color: #8f331e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8f331e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(143, 51, 30, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(143, 51, 30, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8f331e; background: linear-gradient(135deg, #8f331e, #8F7E1E);