#7f3c2f
a dark, vivid red · warm · closest name: sienna
RGB
127, 60, 47
HSL
10°, 46%, 34%
CMYK
0, 53, 63, 50
Luminance
0.0795
Every format
| HEX | #7f3c2f |
| RGB | rgb(127, 60, 47) |
| HSL | hsl(10, 46%, 34%) |
| CMYK | cmyk(0%, 53%, 63%, 50%) |
| LAB | lab(33.9 27.8 21.5) |
| LCH | lch(33.9 35.1 37.7) |
| OKLCH | oklch(0.441 0.096 32.4) |
Copy-ready code
/* CSS */
color: #7f3c2f;
background-color: #7f3c2f;
/* Tailwind (arbitrary) */
class="text-[#7f3c2f] bg-[#7f3c2f]"
/* SCSS */
$brand: #7f3c2f;
/* SwiftUI */
Color(red: 0.498, green: 0.235, blue: 0.184)
/* Android */
Color.parseColor("#7f3c2f")Accessibility — WCAG contrast
Aa
#7f3c2f on white: 8.11:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#7f3c2f on black: 2.59:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red49.8%
Green23.5%
Blue18.4%
CMYK percentages
Cyan0.0%
Magenta52.8%
Yellow63.0%
Key (black)50.2%
Color previews
#7f3c2f text on a black background
contrast 2.59:1
Card sample
#7f3c2f text on a white background
contrast 8.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7f3c2f;
Background color
Panel with #7f3c2f background
background-color: #7f3c2f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7f3c2f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(127, 60, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(127, 60, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7f3c2f; background: linear-gradient(135deg, #7f3c2f, #7F712F);