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