#9f381f
a dark, vivid red · warm · closest name: sienna
RGB
159, 56, 31
HSL
12°, 67%, 37%
CMYK
0, 65, 81, 38
Luminance
0.1030
Every format
| HEX | #9f381f |
| RGB | rgb(159, 56, 31) |
| HSL | hsl(12, 67%, 37%) |
| CMYK | cmyk(0%, 65%, 81%, 38%) |
| LAB | lab(38.4 41.5 37.3) |
| LCH | lch(38.4 55.8 42.0) |
| OKLCH | oklch(0.484 0.142 34.8) |
Copy-ready code
/* CSS */
color: #9f381f;
background-color: #9f381f;
/* Tailwind (arbitrary) */
class="text-[#9f381f] bg-[#9f381f]"
/* SCSS */
$brand: #9f381f;
/* SwiftUI */
Color(red: 0.624, green: 0.220, blue: 0.122)
/* Android */
Color.parseColor("#9f381f")Accessibility — WCAG contrast
Aa
#9f381f on white: 6.86:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#9f381f on black: 3.06:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red62.4%
Green22.0%
Blue12.2%
CMYK percentages
Cyan0.0%
Magenta64.8%
Yellow80.5%
Key (black)37.6%
Color previews
#9f381f text on a black background
contrast 3.06:1
Card sample
#9f381f text on a white background
contrast 6.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9f381f;
Background color
Panel with #9f381f background
background-color: #9f381f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9f381f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(159, 56, 31, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(159, 56, 31, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9f381f; background: linear-gradient(135deg, #9f381f, #9F8D1F);