#5f4436
a dark, soft orange · warm · closest name: darkslategray
RGB
95, 68, 54
HSL
21°, 28%, 29%
CMYK
0, 28, 43, 63
Luminance
0.0683
Every format
| HEX | #5f4436 |
| RGB | rgb(95, 68, 54) |
| HSL | hsl(21, 28%, 29%) |
| CMYK | cmyk(0%, 28%, 43%, 63%) |
| LAB | lab(31.4 9.6 13.1) |
| LCH | lch(31.4 16.2 53.7) |
| OKLCH | oklch(0.412 0.044 48.5) |
Copy-ready code
/* CSS */
color: #5f4436;
background-color: #5f4436;
/* Tailwind (arbitrary) */
class="text-[#5f4436] bg-[#5f4436]"
/* SCSS */
$brand: #5f4436;
/* SwiftUI */
Color(red: 0.373, green: 0.267, blue: 0.212)
/* Android */
Color.parseColor("#5f4436")Accessibility — WCAG contrast
Aa
#5f4436 on white: 8.87:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#5f4436 on black: 2.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red37.3%
Green26.7%
Blue21.2%
CMYK percentages
Cyan0.0%
Magenta28.4%
Yellow43.2%
Key (black)62.7%
Color previews
#5f4436 text on a black background
contrast 2.37:1
Card sample
#5f4436 text on a white background
contrast 8.87:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5f4436;
Background color
Panel with #5f4436 background
background-color: #5f4436;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5f4436;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(95, 68, 54, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(95, 68, 54, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5f4436; background: linear-gradient(135deg, #5f4436, #5F5F36);