#814708
a dark, electric orange · warm · closest name: sienna
RGB
129, 71, 8
HSL
31°, 88%, 27%
CMYK
0, 45, 94, 49
Luminance
0.0919
Every format
| HEX | #814708 |
| RGB | rgb(129, 71, 8) |
| HSL | hsl(31, 88%, 27%) |
| CMYK | cmyk(0%, 45%, 94%, 49%) |
| LAB | lab(36.4 20.6 43.3) |
| LCH | lch(36.4 48.0 64.6) |
| OKLCH | oklch(0.459 0.104 59.6) |
Copy-ready code
/* CSS */
color: #814708;
background-color: #814708;
/* Tailwind (arbitrary) */
class="text-[#814708] bg-[#814708]"
/* SCSS */
$brand: #814708;
/* SwiftUI */
Color(red: 0.506, green: 0.278, blue: 0.031)
/* Android */
Color.parseColor("#814708")Accessibility — WCAG contrast
Aa
#814708 on white: 7.40:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#814708 on black: 2.84:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red50.6%
Green27.8%
Blue3.1%
CMYK percentages
Cyan0.0%
Magenta45.0%
Yellow93.8%
Key (black)49.4%
Color previews
#814708 text on a black background
contrast 2.84:1
Card sample
#814708 text on a white background
contrast 7.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #814708;
Background color
Panel with #814708 background
background-color: #814708;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #814708;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(129, 71, 8, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(129, 71, 8, 0.45);
Border & gradient
Gradient panel
border: 3px solid #814708; background: linear-gradient(135deg, #814708, #6B8108);