#794321
a dark, vivid orange · warm · closest name: sienna
RGB
121, 67, 33
HSL
23°, 57%, 30%
CMYK
0, 45, 73, 53
Luminance
0.0819
Every format
| HEX | #794321 |
| RGB | rgb(121, 67, 33) |
| HSL | hsl(23, 57%, 30%) |
| CMYK | cmyk(0%, 45%, 73%, 53%) |
| LAB | lab(34.4 20.2 30.1) |
| LCH | lch(34.4 36.3 56.1) |
| OKLCH | oklch(0.442 0.088 50.8) |
Copy-ready code
/* CSS */
color: #794321;
background-color: #794321;
/* Tailwind (arbitrary) */
class="text-[#794321] bg-[#794321]"
/* SCSS */
$brand: #794321;
/* SwiftUI */
Color(red: 0.475, green: 0.263, blue: 0.129)
/* Android */
Color.parseColor("#794321")Accessibility — WCAG contrast
Aa
#794321 on white: 7.96:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#794321 on black: 2.64:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.5%
Green26.3%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta44.6%
Yellow72.7%
Key (black)52.5%
Color previews
#794321 text on a black background
contrast 2.64:1
Card sample
#794321 text on a white background
contrast 7.96:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #794321;
Background color
Panel with #794321 background
background-color: #794321;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #794321;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(121, 67, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(121, 67, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #794321; background: linear-gradient(135deg, #794321, #747921);