#7a3314
a dark, vivid orange · warm · closest name: sienna
RGB
122, 51, 20
HSL
18°, 72%, 28%
CMYK
0, 58, 84, 52
Luminance
0.0656
Every format
| HEX | #7a3314 |
| RGB | rgb(122, 51, 20) |
| HSL | hsl(18, 72%, 28%) |
| CMYK | cmyk(0%, 58%, 84%, 52%) |
| LAB | lab(30.8 29.1 33.4) |
| LCH | lch(30.8 44.3 48.9) |
| OKLCH | oklch(0.414 0.108 41.9) |
Copy-ready code
/* CSS */
color: #7a3314;
background-color: #7a3314;
/* Tailwind (arbitrary) */
class="text-[#7a3314] bg-[#7a3314]"
/* SCSS */
$brand: #7a3314;
/* SwiftUI */
Color(red: 0.478, green: 0.200, blue: 0.078)
/* Android */
Color.parseColor("#7a3314")Accessibility — WCAG contrast
Aa
#7a3314 on white: 9.09:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#7a3314 on black: 2.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.8%
Green20.0%
Blue7.8%
CMYK percentages
Cyan0.0%
Magenta58.2%
Yellow83.6%
Key (black)52.2%
Color previews
#7a3314 text on a black background
contrast 2.31:1
Card sample
#7a3314 text on a white background
contrast 9.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7a3314;
Background color
Panel with #7a3314 background
background-color: #7a3314;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7a3314;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(122, 51, 20, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(122, 51, 20, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7a3314; background: linear-gradient(135deg, #7a3314, #7A7714);