#774921
a dark, vivid orange · warm · closest name: sienna
RGB
119, 73, 33
HSL
28°, 57%, 30%
CMYK
0, 39, 72, 53
Luminance
0.0880
Every format
| HEX | #774921 |
| RGB | rgb(119, 73, 33) |
| HSL | hsl(28, 57%, 30%) |
| CMYK | cmyk(0%, 39%, 72%, 53%) |
| LAB | lab(35.6 15.7 31.4) |
| LCH | lch(35.6 35.1 63.4) |
| OKLCH | oklch(0.451 0.083 59.1) |
Copy-ready code
/* CSS */
color: #774921;
background-color: #774921;
/* Tailwind (arbitrary) */
class="text-[#774921] bg-[#774921]"
/* SCSS */
$brand: #774921;
/* SwiftUI */
Color(red: 0.467, green: 0.286, blue: 0.129)
/* Android */
Color.parseColor("#774921")Accessibility — WCAG contrast
Aa
#774921 on white: 7.61:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#774921 on black: 2.76:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red46.7%
Green28.6%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta38.7%
Yellow72.3%
Key (black)53.3%
Color previews
#774921 text on a black background
contrast 2.76:1
Card sample
#774921 text on a white background
contrast 7.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #774921;
Background color
Panel with #774921 background
background-color: #774921;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #774921;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(119, 73, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(119, 73, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #774921; background: linear-gradient(135deg, #774921, #6C7721);