#7e5a4e
a dark, soft orange · warm · closest name: gray
RGB
126, 90, 78
HSL
15°, 24%, 40%
CMYK
0, 29, 38, 51
Luminance
0.1230
Every format
| HEX | #7e5a4e |
| RGB | rgb(126, 90, 78) |
| HSL | hsl(15, 24%, 40%) |
| CMYK | cmyk(0%, 29%, 38%, 51%) |
| LAB | lab(41.7 13.1 12.8) |
| LCH | lch(41.7 18.3 44.3) |
| OKLCH | oklch(0.502 0.051 39.2) |
Copy-ready code
/* CSS */
color: #7e5a4e;
background-color: #7e5a4e;
/* Tailwind (arbitrary) */
class="text-[#7e5a4e] bg-[#7e5a4e]"
/* SCSS */
$brand: #7e5a4e;
/* SwiftUI */
Color(red: 0.494, green: 0.353, blue: 0.306)
/* Android */
Color.parseColor("#7e5a4e")Accessibility — WCAG contrast
Aa
#7e5a4e on white: 6.07:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#7e5a4e on black: 3.46:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red49.4%
Green35.3%
Blue30.6%
CMYK percentages
Cyan0.0%
Magenta28.6%
Yellow38.1%
Key (black)50.6%
Color previews
#7e5a4e text on a black background
contrast 3.46:1
Card sample
#7e5a4e text on a white background
contrast 6.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7e5a4e;
Background color
Panel with #7e5a4e background
background-color: #7e5a4e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7e5a4e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(126, 90, 78, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(126, 90, 78, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7e5a4e; background: linear-gradient(135deg, #7e5a4e, #7E7A4E);