#5e473b
a dark, soft orange · warm · closest name: darkslategray
RGB
94, 71, 59
HSL
21°, 23%, 30%
CMYK
0, 25, 37, 63
Luminance
0.0720
Every format
| HEX | #5e473b |
| RGB | rgb(94, 71, 59) |
| HSL | hsl(21, 23%, 30%) |
| CMYK | cmyk(0%, 25%, 37%, 63%) |
| LAB | lab(32.3 7.9 11.0) |
| LCH | lch(32.3 13.6 54.2) |
| OKLCH | oklch(0.419 0.037 48.8) |
Copy-ready code
/* CSS */
color: #5e473b;
background-color: #5e473b;
/* Tailwind (arbitrary) */
class="text-[#5e473b] bg-[#5e473b]"
/* SCSS */
$brand: #5e473b;
/* SwiftUI */
Color(red: 0.369, green: 0.278, blue: 0.231)
/* Android */
Color.parseColor("#5e473b")Accessibility — WCAG contrast
Aa
#5e473b on white: 8.61:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#5e473b on black: 2.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red36.9%
Green27.8%
Blue23.1%
CMYK percentages
Cyan0.0%
Magenta24.5%
Yellow37.2%
Key (black)63.1%
Color previews
#5e473b text on a black background
contrast 2.44:1
Card sample
#5e473b text on a white background
contrast 8.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5e473b;
Background color
Panel with #5e473b background
background-color: #5e473b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5e473b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(94, 71, 59, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(94, 71, 59, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5e473b; background: linear-gradient(135deg, #5e473b, #5E5E3B);