#795321
a dark, vivid orange · warm · closest name: sienna
RGB
121, 83, 33
HSL
34°, 57%, 30%
CMYK
0, 31, 73, 53
Luminance
0.1036
Every format
| HEX | #795321 |
| RGB | rgb(121, 83, 33) |
| HSL | hsl(34, 57%, 30%) |
| CMYK | cmyk(0%, 31%, 73%, 53%) |
| LAB | lab(38.5 10.7 34.6) |
| LCH | lch(38.5 36.2 72.9) |
| OKLCH | oklch(0.474 0.083 70.6) |
Copy-ready code
/* CSS */
color: #795321;
background-color: #795321;
/* Tailwind (arbitrary) */
class="text-[#795321] bg-[#795321]"
/* SCSS */
$brand: #795321;
/* SwiftUI */
Color(red: 0.475, green: 0.325, blue: 0.129)
/* Android */
Color.parseColor("#795321")Accessibility — WCAG contrast
Aa
#795321 on white: 6.84:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#795321 on black: 3.07:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.5%
Green32.5%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta31.4%
Yellow72.7%
Key (black)52.5%
Color previews
#795321 text on a black background
contrast 3.07:1
Card sample
#795321 text on a white background
contrast 6.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #795321;
Background color
Panel with #795321 background
background-color: #795321;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #795321;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(121, 83, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(121, 83, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #795321; background: linear-gradient(135deg, #795321, #647921);