#825607
a dark, electric orange · warm · closest name: sienna
RGB
130, 86, 7
HSL
39°, 90%, 27%
CMYK
0, 34, 95, 49
Luminance
0.1142
Every format
| HEX | #825607 |
| RGB | rgb(130, 86, 7) |
| HSL | hsl(39, 90%, 27%) |
| CMYK | cmyk(0%, 34%, 95%, 49%) |
| LAB | lab(40.3 12.2 46.6) |
| LCH | lch(40.3 48.2 75.3) |
| OKLCH | oklch(0.490 0.101 73.8) |
Copy-ready code
/* CSS */
color: #825607;
background-color: #825607;
/* Tailwind (arbitrary) */
class="text-[#825607] bg-[#825607]"
/* SCSS */
$brand: #825607;
/* SwiftUI */
Color(red: 0.510, green: 0.337, blue: 0.027)
/* Android */
Color.parseColor("#825607")Accessibility — WCAG contrast
Aa
#825607 on white: 6.40:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#825607 on black: 3.28:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red51.0%
Green33.7%
Blue2.7%
CMYK percentages
Cyan0.0%
Magenta33.8%
Yellow94.6%
Key (black)49.0%
Color previews
#825607 text on a black background
contrast 3.28:1
Card sample
#825607 text on a white background
contrast 6.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #825607;
Background color
Panel with #825607 background
background-color: #825607;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #825607;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(130, 86, 7, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(130, 86, 7, 0.45);
Border & gradient
Gradient panel
border: 3px solid #825607; background: linear-gradient(135deg, #825607, #5C8207);