#49381f
a deep, soft orange · warm · closest name: darkslategray
RGB
73, 56, 31
HSL
36°, 40%, 20%
CMYK
0, 23, 58, 71
Luminance
0.0434
Every format
| HEX | #49381f |
| RGB | rgb(73, 56, 31) |
| HSL | hsl(36, 40%, 20%) |
| CMYK | cmyk(0%, 23%, 58%, 71%) |
| LAB | lab(24.8 3.9 18.4) |
| LCH | lch(24.8 18.8 78.1) |
| OKLCH | oklch(0.353 0.045 76.0) |
Copy-ready code
/* CSS */
color: #49381f;
background-color: #49381f;
/* Tailwind (arbitrary) */
class="text-[#49381f] bg-[#49381f]"
/* SCSS */
$brand: #49381f;
/* SwiftUI */
Color(red: 0.286, green: 0.220, blue: 0.122)
/* Android */
Color.parseColor("#49381f")Accessibility — WCAG contrast
Aa
#49381f on white: 11.24:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#49381f on black: 1.87:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red28.6%
Green22.0%
Blue12.2%
CMYK percentages
Cyan0.0%
Magenta23.3%
Yellow57.5%
Key (black)71.4%
Color previews
#49381f text on a black background
contrast 1.87:1
Card sample
#49381f text on a white background
contrast 11.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #49381f;
Background color
Panel with #49381f background
background-color: #49381f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #49381f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(73, 56, 31, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(73, 56, 31, 0.45);
Border & gradient
Gradient panel
border: 3px solid #49381f; background: linear-gradient(135deg, #49381f, #3E491F);