#9e3d2f
a dark, vivid red · warm · closest name: sienna
RGB
158, 61, 47
HSL
8°, 54%, 40%
CMYK
0, 61, 70, 38
Luminance
0.1081
Every format
| HEX | #9e3d2f |
| RGB | rgb(158, 61, 47) |
| HSL | hsl(8, 54%, 40%) |
| CMYK | cmyk(0%, 61%, 70%, 38%) |
| LAB | lab(39.3 39.5 29.3) |
| LCH | lch(39.3 49.1 36.5) |
| OKLCH | oklch(0.491 0.132 30.6) |
Copy-ready code
/* CSS */
color: #9e3d2f;
background-color: #9e3d2f;
/* Tailwind (arbitrary) */
class="text-[#9e3d2f] bg-[#9e3d2f]"
/* SCSS */
$brand: #9e3d2f;
/* SwiftUI */
Color(red: 0.620, green: 0.239, blue: 0.184)
/* Android */
Color.parseColor("#9e3d2f")Accessibility — WCAG contrast
Aa
#9e3d2f on white: 6.64:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#9e3d2f on black: 3.16:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red62.0%
Green23.9%
Blue18.4%
CMYK percentages
Cyan0.0%
Magenta61.4%
Yellow70.3%
Key (black)38.0%
Color previews
#9e3d2f text on a black background
contrast 3.16:1
Card sample
#9e3d2f text on a white background
contrast 6.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9e3d2f;
Background color
Panel with #9e3d2f background
background-color: #9e3d2f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9e3d2f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(158, 61, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(158, 61, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9e3d2f; background: linear-gradient(135deg, #9e3d2f, #9E872F);