#794821
a dark, vivid orange · warm · closest name: sienna
RGB
121, 72, 33
HSL
27°, 57%, 30%
CMYK
0, 41, 73, 53
Luminance
0.0881
Every format
| HEX | #794821 |
| RGB | rgb(121, 72, 33) |
| HSL | hsl(27, 57%, 30%) |
| CMYK | cmyk(0%, 41%, 73%, 53%) |
| LAB | lab(35.6 17.3 31.5) |
| LCH | lch(35.6 35.9 61.3) |
| OKLCH | oklch(0.451 0.086 56.7) |
Copy-ready code
/* CSS */
color: #794821;
background-color: #794821;
/* Tailwind (arbitrary) */
class="text-[#794821] bg-[#794821]"
/* SCSS */
$brand: #794821;
/* SwiftUI */
Color(red: 0.475, green: 0.282, blue: 0.129)
/* Android */
Color.parseColor("#794821")Accessibility — WCAG contrast
Aa
#794821 on white: 7.60:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#794821 on black: 2.76:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.5%
Green28.2%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta40.5%
Yellow72.7%
Key (black)52.5%
Color previews
#794821 text on a black background
contrast 2.76:1
Card sample
#794821 text on a white background
contrast 7.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #794821;
Background color
Panel with #794821 background
background-color: #794821;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #794821;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(121, 72, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(121, 72, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #794821; background: linear-gradient(135deg, #794821, #6F7921);