#7f5d4f
a dark, soft orange · warm · closest name: gray
RGB
127, 93, 79
HSL
18°, 23%, 40%
CMYK
0, 27, 38, 50
Luminance
0.1291
Every format
| HEX | #7f5d4f |
| RGB | rgb(127, 93, 79) |
| HSL | hsl(18, 23%, 40%) |
| CMYK | cmyk(0%, 27%, 38%, 50%) |
| LAB | lab(42.6 11.9 13.5) |
| LCH | lch(42.6 18.0 48.6) |
| OKLCH | oklch(0.510 0.050 43.4) |
Copy-ready code
/* CSS */
color: #7f5d4f;
background-color: #7f5d4f;
/* Tailwind (arbitrary) */
class="text-[#7f5d4f] bg-[#7f5d4f]"
/* SCSS */
$brand: #7f5d4f;
/* SwiftUI */
Color(red: 0.498, green: 0.365, blue: 0.310)
/* Android */
Color.parseColor("#7f5d4f")Accessibility — WCAG contrast
Aa
#7f5d4f on white: 5.86:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#7f5d4f on black: 3.58:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red49.8%
Green36.5%
Blue31.0%
CMYK percentages
Cyan0.0%
Magenta26.8%
Yellow37.8%
Key (black)50.2%
Color previews
#7f5d4f text on a black background
contrast 3.58:1
Card sample
#7f5d4f text on a white background
contrast 5.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7f5d4f;
Background color
Panel with #7f5d4f background
background-color: #7f5d4f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7f5d4f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(127, 93, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(127, 93, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7f5d4f; background: linear-gradient(135deg, #7f5d4f, #7F7D4F);