#9c381f
a dark, vivid red · warm · closest name: sienna
RGB
156, 56, 31
HSL
12°, 67%, 37%
CMYK
0, 64, 80, 39
Luminance
0.1000
Every format
| HEX | #9c381f |
| RGB | rgb(156, 56, 31) |
| HSL | hsl(12, 67%, 37%) |
| CMYK | cmyk(0%, 64%, 80%, 39%) |
| LAB | lab(37.8 40.4 36.6) |
| LCH | lch(37.8 54.5 42.2) |
| OKLCH | oklch(0.479 0.139 35.1) |
Copy-ready code
/* CSS */
color: #9c381f;
background-color: #9c381f;
/* Tailwind (arbitrary) */
class="text-[#9c381f] bg-[#9c381f]"
/* SCSS */
$brand: #9c381f;
/* SwiftUI */
Color(red: 0.612, green: 0.220, blue: 0.122)
/* Android */
Color.parseColor("#9c381f")Accessibility — WCAG contrast
Aa
#9c381f on white: 7.00:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#9c381f on black: 3.00:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red61.2%
Green22.0%
Blue12.2%
CMYK percentages
Cyan0.0%
Magenta64.1%
Yellow80.1%
Key (black)38.8%
Color previews
#9c381f text on a black background
contrast 3.00:1
Card sample
#9c381f text on a white background
contrast 7.00:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9c381f;
Background color
Panel with #9c381f background
background-color: #9c381f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9c381f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(156, 56, 31, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(156, 56, 31, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9c381f; background: linear-gradient(135deg, #9c381f, #9C8B1F);