#7c4f2d
a dark, vivid orange · warm · closest name: sienna
RGB
124, 79, 45
HSL
26°, 47%, 33%
CMYK
0, 36, 64, 51
Luminance
0.1007
Every format
| HEX | #7c4f2d |
| RGB | rgb(124, 79, 45) |
| HSL | hsl(26, 47%, 33%) |
| CMYK | cmyk(0%, 36%, 64%, 51%) |
| LAB | lab(38.0 15.3 27.6) |
| LCH | lch(38.0 31.5 61.0) |
| OKLCH | oklch(0.471 0.078 56.5) |
Copy-ready code
/* CSS */
color: #7c4f2d;
background-color: #7c4f2d;
/* Tailwind (arbitrary) */
class="text-[#7c4f2d] bg-[#7c4f2d]"
/* SCSS */
$brand: #7c4f2d;
/* SwiftUI */
Color(red: 0.486, green: 0.310, blue: 0.176)
/* Android */
Color.parseColor("#7c4f2d")Accessibility — WCAG contrast
Aa
#7c4f2d on white: 6.97:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#7c4f2d on black: 3.01:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red48.6%
Green31.0%
Blue17.6%
CMYK percentages
Cyan0.0%
Magenta36.3%
Yellow63.7%
Key (black)51.4%
Color previews
#7c4f2d text on a black background
contrast 3.01:1
Card sample
#7c4f2d text on a white background
contrast 6.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7c4f2d;
Background color
Panel with #7c4f2d background
background-color: #7c4f2d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7c4f2d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(124, 79, 45, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(124, 79, 45, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7c4f2d; background: linear-gradient(135deg, #7c4f2d, #747C2D);