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