#7b5f44
a dark, soft orange · warm · closest name: gray
RGB
123, 95, 68
HSL
30°, 29%, 38%
CMYK
0, 23, 45, 52
Luminance
0.1281
Every format
| HEX | #7b5f44 |
| RGB | rgb(123, 95, 68) |
| HSL | hsl(30, 29%, 38%) |
| CMYK | cmyk(0%, 23%, 45%, 52%) |
| LAB | lab(42.5 7.5 19.8) |
| LCH | lch(42.5 21.2 69.2) |
| OKLCH | oklch(0.507 0.054 65.1) |
Copy-ready code
/* CSS */
color: #7b5f44;
background-color: #7b5f44;
/* Tailwind (arbitrary) */
class="text-[#7b5f44] bg-[#7b5f44]"
/* SCSS */
$brand: #7b5f44;
/* SwiftUI */
Color(red: 0.482, green: 0.373, blue: 0.267)
/* Android */
Color.parseColor("#7b5f44")Accessibility — WCAG contrast
Aa
#7b5f44 on white: 5.89:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#7b5f44 on black: 3.56:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red48.2%
Green37.3%
Blue26.7%
CMYK percentages
Cyan0.0%
Magenta22.8%
Yellow44.7%
Key (black)51.8%
Color previews
#7b5f44 text on a black background
contrast 3.56:1
Card sample
#7b5f44 text on a white background
contrast 5.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7b5f44;
Background color
Panel with #7b5f44 background
background-color: #7b5f44;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7b5f44;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(123, 95, 68, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(123, 95, 68, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7b5f44; background: linear-gradient(135deg, #7b5f44, #727B44);