#504136
a dark, soft orange · warm · closest name: darkslategray
RGB
80, 65, 54
HSL
25°, 19%, 26%
CMYK
0, 19, 33, 69
Luminance
0.0575
Every format
| HEX | #504136 |
| RGB | rgb(80, 65, 54) |
| HSL | hsl(25, 19%, 26%) |
| CMYK | cmyk(0%, 19%, 33%, 69%) |
| LAB | lab(28.8 4.6 9.2) |
| LCH | lch(28.8 10.2 63.5) |
| OKLCH | oklch(0.388 0.028 58.1) |
Copy-ready code
/* CSS */
color: #504136;
background-color: #504136;
/* Tailwind (arbitrary) */
class="text-[#504136] bg-[#504136]"
/* SCSS */
$brand: #504136;
/* SwiftUI */
Color(red: 0.314, green: 0.255, blue: 0.212)
/* Android */
Color.parseColor("#504136")Accessibility — WCAG contrast
Aa
#504136 on white: 9.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#504136 on black: 2.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red31.4%
Green25.5%
Blue21.2%
CMYK percentages
Cyan0.0%
Magenta18.8%
Yellow32.5%
Key (black)68.6%
Color previews
#504136 text on a black background
contrast 2.15:1
Card sample
#504136 text on a white background
contrast 9.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #504136;
Background color
Panel with #504136 background
background-color: #504136;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #504136;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(80, 65, 54, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(80, 65, 54, 0.45);
Border & gradient
Gradient panel
border: 3px solid #504136; background: linear-gradient(135deg, #504136, #4E5036);