#7f4946
a dark, soft red · warm · closest name: sienna
RGB
127, 73, 70
HSL
3°, 29%, 39%
CMYK
0, 43, 45, 50
Luminance
0.0972
Every format
| HEX | #7f4946 |
| RGB | rgb(127, 73, 70) |
| HSL | hsl(3, 29%, 39%) |
| CMYK | cmyk(0%, 43%, 45%, 50%) |
| LAB | lab(37.3 22.6 11.7) |
| LCH | lch(37.3 25.5 27.4) |
| OKLCH | oklch(0.468 0.074 23.7) |
Copy-ready code
/* CSS */
color: #7f4946;
background-color: #7f4946;
/* Tailwind (arbitrary) */
class="text-[#7f4946] bg-[#7f4946]"
/* SCSS */
$brand: #7f4946;
/* SwiftUI */
Color(red: 0.498, green: 0.286, blue: 0.275)
/* Android */
Color.parseColor("#7f4946")Accessibility — WCAG contrast
Aa
#7f4946 on white: 7.13:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#7f4946 on black: 2.94:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red49.8%
Green28.6%
Blue27.5%
CMYK percentages
Cyan0.0%
Magenta42.5%
Yellow44.9%
Key (black)50.2%
Color previews
#7f4946 text on a black background
contrast 2.94:1
Card sample
#7f4946 text on a white background
contrast 7.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7f4946;
Background color
Panel with #7f4946 background
background-color: #7f4946;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7f4946;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(127, 73, 70, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(127, 73, 70, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7f4946; background: linear-gradient(135deg, #7f4946, #7F6F46);