#764c13
a dark, vivid orange · warm · closest name: sienna
RGB
118, 76, 19
HSL
35°, 72%, 27%
CMYK
0, 36, 84, 54
Luminance
0.0907
Every format
| HEX | #764c13 |
| RGB | rgb(118, 76, 19) |
| HSL | hsl(35, 72%, 27%) |
| CMYK | cmyk(0%, 36%, 84%, 54%) |
| LAB | lab(36.1 12.8 38.6) |
| LCH | lch(36.1 40.7 71.7) |
| OKLCH | oklch(0.454 0.089 69.2) |
Copy-ready code
/* CSS */
color: #764c13;
background-color: #764c13;
/* Tailwind (arbitrary) */
class="text-[#764c13] bg-[#764c13]"
/* SCSS */
$brand: #764c13;
/* SwiftUI */
Color(red: 0.463, green: 0.298, blue: 0.075)
/* Android */
Color.parseColor("#764c13")Accessibility — WCAG contrast
Aa
#764c13 on white: 7.46:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#764c13 on black: 2.81:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red46.3%
Green29.8%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta35.6%
Yellow83.9%
Key (black)53.7%
Color previews
#764c13 text on a black background
contrast 2.81:1
Card sample
#764c13 text on a white background
contrast 7.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #764c13;
Background color
Panel with #764c13 background
background-color: #764c13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #764c13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(118, 76, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(118, 76, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #764c13; background: linear-gradient(135deg, #764c13, #5E7613);