#794313
a dark, vivid orange · warm · closest name: sienna
RGB
121, 67, 19
HSL
28°, 73%, 28%
CMYK
0, 45, 84, 53
Luminance
0.0813
Every format
| HEX | #794313 |
| RGB | rgb(121, 67, 19) |
| HSL | hsl(28, 73%, 28%) |
| CMYK | cmyk(0%, 45%, 84%, 53%) |
| LAB | lab(34.3 19.6 37.1) |
| LCH | lch(34.3 41.9 62.2) |
| OKLCH | oklch(0.440 0.095 57.2) |
Copy-ready code
/* CSS */
color: #794313;
background-color: #794313;
/* Tailwind (arbitrary) */
class="text-[#794313] bg-[#794313]"
/* SCSS */
$brand: #794313;
/* SwiftUI */
Color(red: 0.475, green: 0.263, blue: 0.075)
/* Android */
Color.parseColor("#794313")Accessibility — WCAG contrast
Aa
#794313 on white: 8.00:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#794313 on black: 2.63:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.5%
Green26.3%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta44.6%
Yellow84.3%
Key (black)52.5%
Color previews
#794313 text on a black background
contrast 2.63:1
Card sample
#794313 text on a white background
contrast 8.00:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #794313;
Background color
Panel with #794313 background
background-color: #794313;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #794313;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(121, 67, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(121, 67, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #794313; background: linear-gradient(135deg, #794313, #6B7913);