#7a503c
a dark, soft orange · warm · closest name: sienna
RGB
122, 80, 60
HSL
19°, 34%, 36%
CMYK
0, 34, 51, 52
Luminance
0.1020
Every format
| HEX | #7a503c |
| RGB | rgb(122, 80, 60) |
| HSL | hsl(19, 34%, 36%) |
| CMYK | cmyk(0%, 34%, 51%, 52%) |
| LAB | lab(38.2 15.2 19.0) |
| LCH | lch(38.2 24.3 51.3) |
| OKLCH | oklch(0.473 0.065 46.2) |
Copy-ready code
/* CSS */
color: #7a503c;
background-color: #7a503c;
/* Tailwind (arbitrary) */
class="text-[#7a503c] bg-[#7a503c]"
/* SCSS */
$brand: #7a503c;
/* SwiftUI */
Color(red: 0.478, green: 0.314, blue: 0.235)
/* Android */
Color.parseColor("#7a503c")Accessibility — WCAG contrast
Aa
#7a503c on white: 6.91:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#7a503c on black: 3.04:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.8%
Green31.4%
Blue23.5%
CMYK percentages
Cyan0.0%
Magenta34.4%
Yellow50.8%
Key (black)52.2%
Color previews
#7a503c text on a black background
contrast 3.04:1
Card sample
#7a503c text on a white background
contrast 6.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7a503c;
Background color
Panel with #7a503c background
background-color: #7a503c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7a503c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(122, 80, 60, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(122, 80, 60, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7a503c; background: linear-gradient(135deg, #7a503c, #7A793C);