#825708
a dark, electric orange · warm · closest name: sienna
RGB
130, 87, 8
HSL
39°, 88%, 27%
CMYK
0, 33, 94, 49
Luminance
0.1158
Every format
| HEX | #825708 |
| RGB | rgb(130, 87, 8) |
| HSL | hsl(39, 88%, 27%) |
| CMYK | cmyk(0%, 33%, 94%, 49%) |
| LAB | lab(40.5 11.6 46.5) |
| LCH | lch(40.5 48.0 76.0) |
| OKLCH | oklch(0.492 0.101 74.7) |
Copy-ready code
/* CSS */
color: #825708;
background-color: #825708;
/* Tailwind (arbitrary) */
class="text-[#825708] bg-[#825708]"
/* SCSS */
$brand: #825708;
/* SwiftUI */
Color(red: 0.510, green: 0.341, blue: 0.031)
/* Android */
Color.parseColor("#825708")Accessibility — WCAG contrast
Aa
#825708 on white: 6.33:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#825708 on black: 3.32:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red51.0%
Green34.1%
Blue3.1%
CMYK percentages
Cyan0.0%
Magenta33.1%
Yellow93.8%
Key (black)49.0%
Color previews
#825708 text on a black background
contrast 3.32:1
Card sample
#825708 text on a white background
contrast 6.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #825708;
Background color
Panel with #825708 background
background-color: #825708;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #825708;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(130, 87, 8, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(130, 87, 8, 0.45);
Border & gradient
Gradient panel
border: 3px solid #825708; background: linear-gradient(135deg, #825708, #5C8208);