#9c3f2f
a dark, vivid red · warm · closest name: sienna
RGB
156, 63, 47
HSL
9°, 54%, 40%
CMYK
0, 60, 70, 39
Luminance
0.1083
Every format
| HEX | #9c3f2f |
| RGB | rgb(156, 63, 47) |
| HSL | hsl(9, 54%, 40%) |
| CMYK | cmyk(0%, 60%, 70%, 39%) |
| LAB | lab(39.3 37.8 29.2) |
| LCH | lch(39.3 47.7 37.7) |
| OKLCH | oklch(0.491 0.128 31.8) |
Copy-ready code
/* CSS */
color: #9c3f2f;
background-color: #9c3f2f;
/* Tailwind (arbitrary) */
class="text-[#9c3f2f] bg-[#9c3f2f]"
/* SCSS */
$brand: #9c3f2f;
/* SwiftUI */
Color(red: 0.612, green: 0.247, blue: 0.184)
/* Android */
Color.parseColor("#9c3f2f")Accessibility — WCAG contrast
Aa
#9c3f2f on white: 6.63:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#9c3f2f on black: 3.17:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red61.2%
Green24.7%
Blue18.4%
CMYK percentages
Cyan0.0%
Magenta59.6%
Yellow69.9%
Key (black)38.8%
Color previews
#9c3f2f text on a black background
contrast 3.17:1
Card sample
#9c3f2f text on a white background
contrast 6.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9c3f2f;
Background color
Panel with #9c3f2f background
background-color: #9c3f2f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9c3f2f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(156, 63, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(156, 63, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9c3f2f; background: linear-gradient(135deg, #9c3f2f, #9C882F);