#794c01
a deep, electric orange · warm · closest name: sienna
RGB
121, 76, 1
HSL
38°, 98%, 24%
CMYK
0, 37, 99, 53
Luminance
0.0924
Every format
| HEX | #794c01 |
| RGB | rgb(121, 76, 1) |
| HSL | hsl(38, 98%, 24%) |
| CMYK | cmyk(0%, 37%, 99%, 53%) |
| LAB | lab(36.4 13.7 45.2) |
| LCH | lch(36.4 47.2 73.1) |
| OKLCH | oklch(0.457 0.098 70.7) |
Copy-ready code
/* CSS */
color: #794c01;
background-color: #794c01;
/* Tailwind (arbitrary) */
class="text-[#794c01] bg-[#794c01]"
/* SCSS */
$brand: #794c01;
/* SwiftUI */
Color(red: 0.475, green: 0.298, blue: 0.004)
/* Android */
Color.parseColor("#794c01")Accessibility — WCAG contrast
Aa
#794c01 on white: 7.38:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#794c01 on black: 2.85:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.5%
Green29.8%
Blue0.4%
CMYK percentages
Cyan0.0%
Magenta37.2%
Yellow99.2%
Key (black)52.5%
Color previews
#794c01 text on a black background
contrast 2.85:1
Card sample
#794c01 text on a white background
contrast 7.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #794c01;
Background color
Panel with #794c01 background
background-color: #794c01;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #794c01;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(121, 76, 1, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(121, 76, 1, 0.45);
Border & gradient
Gradient panel
border: 3px solid #794c01; background: linear-gradient(135deg, #794c01, #567901);