#764721
a dark, vivid orange · warm · closest name: sienna
RGB
118, 71, 33
HSL
27°, 56%, 30%
CMYK
0, 40, 72, 54
Luminance
0.0847
Every format
| HEX | #764721 |
| RGB | rgb(118, 71, 33) |
| HSL | hsl(27, 56%, 30%) |
| CMYK | cmyk(0%, 40%, 72%, 54%) |
| LAB | lab(34.9 16.5 30.6) |
| LCH | lch(34.9 34.8 61.7) |
| OKLCH | oklch(0.445 0.083 57.2) |
Copy-ready code
/* CSS */
color: #764721;
background-color: #764721;
/* Tailwind (arbitrary) */
class="text-[#764721] bg-[#764721]"
/* SCSS */
$brand: #764721;
/* SwiftUI */
Color(red: 0.463, green: 0.278, blue: 0.129)
/* Android */
Color.parseColor("#764721")Accessibility — WCAG contrast
Aa
#764721 on white: 7.80:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#764721 on black: 2.69:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red46.3%
Green27.8%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta39.8%
Yellow72.0%
Key (black)53.7%
Color previews
#764721 text on a black background
contrast 2.69:1
Card sample
#764721 text on a white background
contrast 7.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #764721;
Background color
Panel with #764721 background
background-color: #764721;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #764721;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(118, 71, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(118, 71, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #764721; background: linear-gradient(135deg, #764721, #6C7621);