#794621
a dark, vivid orange · warm · closest name: sienna
RGB
121, 70, 33
HSL
25°, 57%, 30%
CMYK
0, 42, 73, 53
Luminance
0.0856
Every format
| HEX | #794621 |
| RGB | rgb(121, 70, 33) |
| HSL | hsl(25, 57%, 30%) |
| CMYK | cmyk(0%, 42%, 73%, 53%) |
| LAB | lab(35.1 18.4 30.9) |
| LCH | lch(35.1 36.0 59.2) |
| OKLCH | oklch(0.448 0.086 54.3) |
Copy-ready code
/* CSS */
color: #794621;
background-color: #794621;
/* Tailwind (arbitrary) */
class="text-[#794621] bg-[#794621]"
/* SCSS */
$brand: #794621;
/* SwiftUI */
Color(red: 0.475, green: 0.275, blue: 0.129)
/* Android */
Color.parseColor("#794621")Accessibility — WCAG contrast
Aa
#794621 on white: 7.75:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#794621 on black: 2.71:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.5%
Green27.5%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta42.1%
Yellow72.7%
Key (black)52.5%
Color previews
#794621 text on a black background
contrast 2.71:1
Card sample
#794621 text on a white background
contrast 7.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #794621;
Background color
Panel with #794621 background
background-color: #794621;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #794621;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(121, 70, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(121, 70, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #794621; background: linear-gradient(135deg, #794621, #717921);