#794813
a dark, vivid orange · warm · closest name: sienna
RGB
121, 72, 19
HSL
31°, 73%, 28%
CMYK
0, 41, 84, 53
Luminance
0.0875
Every format
| HEX | #794813 |
| RGB | rgb(121, 72, 19) |
| HSL | hsl(31, 73%, 28%) |
| CMYK | cmyk(0%, 41%, 84%, 53%) |
| LAB | lab(35.5 16.6 38.2) |
| LCH | lch(35.5 41.6 66.5) |
| OKLCH | oklch(0.450 0.093 62.6) |
Copy-ready code
/* CSS */
color: #794813;
background-color: #794813;
/* Tailwind (arbitrary) */
class="text-[#794813] bg-[#794813]"
/* SCSS */
$brand: #794813;
/* SwiftUI */
Color(red: 0.475, green: 0.282, blue: 0.075)
/* Android */
Color.parseColor("#794813")Accessibility — WCAG contrast
Aa
#794813 on white: 7.64:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#794813 on black: 2.75:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.5%
Green28.2%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta40.5%
Yellow84.3%
Key (black)52.5%
Color previews
#794813 text on a black background
contrast 2.75:1
Card sample
#794813 text on a white background
contrast 7.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #794813;
Background color
Panel with #794813 background
background-color: #794813;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #794813;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(121, 72, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(121, 72, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #794813; background: linear-gradient(135deg, #794813, #667913);