#794c21
a dark, vivid orange · warm · closest name: sienna
RGB
121, 76, 33
HSL
29°, 57%, 30%
CMYK
0, 37, 73, 53
Luminance
0.0934
Every format
| HEX | #794c21 |
| RGB | rgb(121, 76, 33) |
| HSL | hsl(29, 57%, 30%) |
| CMYK | cmyk(0%, 37%, 73%, 53%) |
| LAB | lab(36.6 14.9 32.6) |
| LCH | lch(36.6 35.8 65.5) |
| OKLCH | oklch(0.459 0.084 61.6) |
Copy-ready code
/* CSS */
color: #794c21;
background-color: #794c21;
/* Tailwind (arbitrary) */
class="text-[#794c21] bg-[#794c21]"
/* SCSS */
$brand: #794c21;
/* SwiftUI */
Color(red: 0.475, green: 0.298, blue: 0.129)
/* Android */
Color.parseColor("#794c21")Accessibility — WCAG contrast
Aa
#794c21 on white: 7.32:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#794c21 on black: 2.87:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.5%
Green29.8%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta37.2%
Yellow72.7%
Key (black)52.5%
Color previews
#794c21 text on a black background
contrast 2.87:1
Card sample
#794c21 text on a white background
contrast 7.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #794c21;
Background color
Panel with #794c21 background
background-color: #794c21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #794c21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(121, 76, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(121, 76, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #794c21; background: linear-gradient(135deg, #794c21, #6B7921);