#764921
a dark, vivid orange · warm · closest name: sienna
RGB
118, 73, 33
HSL
28°, 56%, 30%
CMYK
0, 38, 72, 54
Luminance
0.0873
Every format
| HEX | #764921 |
| RGB | rgb(118, 73, 33) |
| HSL | hsl(28, 56%, 30%) |
| CMYK | cmyk(0%, 38%, 72%, 54%) |
| LAB | lab(35.5 15.3 31.2) |
| LCH | lch(35.5 34.7 63.9) |
| OKLCH | oklch(0.449 0.082 59.8) |
Copy-ready code
/* CSS */
color: #764921;
background-color: #764921;
/* Tailwind (arbitrary) */
class="text-[#764921] bg-[#764921]"
/* SCSS */
$brand: #764921;
/* SwiftUI */
Color(red: 0.463, green: 0.286, blue: 0.129)
/* Android */
Color.parseColor("#764921")Accessibility — WCAG contrast
Aa
#764921 on white: 7.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#764921 on black: 2.75:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red46.3%
Green28.6%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta38.1%
Yellow72.0%
Key (black)53.7%
Color previews
#764921 text on a black background
contrast 2.75:1
Card sample
#764921 text on a white background
contrast 7.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #764921;
Background color
Panel with #764921 background
background-color: #764921;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #764921;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(118, 73, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(118, 73, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #764921; background: linear-gradient(135deg, #764921, #6A7621);