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