#9b4449
a dark, soft red · warm · closest name: sienna
RGB
155, 68, 73
HSL
357°, 39%, 44%
CMYK
0, 56, 53, 39
Luminance
0.1158
Every format
| HEX | #9b4449 |
| RGB | rgb(155, 68, 73) |
| HSL | hsl(357, 39%, 44%) |
| CMYK | cmyk(0%, 56%, 53%, 39%) |
| LAB | lab(40.5 36.8 15.0) |
| LCH | lch(40.5 39.7 22.1) |
| OKLCH | oklch(0.502 0.117 18.8) |
Copy-ready code
/* CSS */
color: #9b4449;
background-color: #9b4449;
/* Tailwind (arbitrary) */
class="text-[#9b4449] bg-[#9b4449]"
/* SCSS */
$brand: #9b4449;
/* SwiftUI */
Color(red: 0.608, green: 0.267, blue: 0.286)
/* Android */
Color.parseColor("#9b4449")Accessibility — WCAG contrast
Aa
#9b4449 on white: 6.33:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#9b4449 on black: 3.32:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.8%
Green26.7%
Blue28.6%
CMYK percentages
Cyan0.0%
Magenta56.1%
Yellow52.9%
Key (black)39.2%
Color previews
#9b4449 text on a black background
contrast 3.32:1
Card sample
#9b4449 text on a white background
contrast 6.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9b4449;
Background color
Panel with #9b4449 background
background-color: #9b4449;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9b4449;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(155, 68, 73, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(155, 68, 73, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9b4449; background: linear-gradient(135deg, #9b4449, #9B7944);