#9b3c2f
a dark, vivid red · warm · closest name: sienna
RGB
155, 60, 47
HSL
7°, 54%, 40%
CMYK
0, 61, 70, 39
Luminance
0.1041
Every format
| HEX | #9b3c2f |
| RGB | rgb(155, 60, 47) |
| HSL | hsl(7, 54%, 40%) |
| CMYK | cmyk(0%, 61%, 70%, 39%) |
| LAB | lab(38.6 38.9 28.3) |
| LCH | lch(38.6 48.1 36.1) |
| OKLCH | oklch(0.485 0.130 30.3) |
Copy-ready code
/* CSS */
color: #9b3c2f;
background-color: #9b3c2f;
/* Tailwind (arbitrary) */
class="text-[#9b3c2f] bg-[#9b3c2f]"
/* SCSS */
$brand: #9b3c2f;
/* SwiftUI */
Color(red: 0.608, green: 0.235, blue: 0.184)
/* Android */
Color.parseColor("#9b3c2f")Accessibility — WCAG contrast
Aa
#9b3c2f on white: 6.82:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#9b3c2f on black: 3.08:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.8%
Green23.5%
Blue18.4%
CMYK percentages
Cyan0.0%
Magenta61.3%
Yellow69.7%
Key (black)39.2%
Color previews
#9b3c2f text on a black background
contrast 3.08:1
Card sample
#9b3c2f text on a white background
contrast 6.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9b3c2f;
Background color
Panel with #9b3c2f background
background-color: #9b3c2f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9b3c2f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(155, 60, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(155, 60, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9b3c2f; background: linear-gradient(135deg, #9b3c2f, #9B842F);