#785043
a dark, soft red · warm · closest name: gray
RGB
120, 80, 67
HSL
15°, 28%, 37%
CMYK
0, 33, 44, 53
Luminance
0.1014
Every format
| HEX | #785043 |
| RGB | rgb(120, 80, 67) |
| HSL | hsl(15, 28%, 37%) |
| CMYK | cmyk(0%, 33%, 44%, 53%) |
| LAB | lab(38.1 15.1 14.5) |
| LCH | lch(38.1 20.9 43.8) |
| OKLCH | oklch(0.472 0.058 38.8) |
Copy-ready code
/* CSS */
color: #785043;
background-color: #785043;
/* Tailwind (arbitrary) */
class="text-[#785043] bg-[#785043]"
/* SCSS */
$brand: #785043;
/* SwiftUI */
Color(red: 0.471, green: 0.314, blue: 0.263)
/* Android */
Color.parseColor("#785043")Accessibility — WCAG contrast
Aa
#785043 on white: 6.94:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#785043 on black: 3.03:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.1%
Green31.4%
Blue26.3%
CMYK percentages
Cyan0.0%
Magenta33.3%
Yellow44.2%
Key (black)52.9%
Color previews
#785043 text on a black background
contrast 3.03:1
Card sample
#785043 text on a white background
contrast 6.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #785043;
Background color
Panel with #785043 background
background-color: #785043;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #785043;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(120, 80, 67, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(120, 80, 67, 0.45);
Border & gradient
Gradient panel
border: 3px solid #785043; background: linear-gradient(135deg, #785043, #787343);