#825d4a
a dark, soft orange · warm · closest name: gray
RGB
130, 93, 74
HSL
20°, 28%, 40%
CMYK
0, 29, 43, 49
Luminance
0.1307
Every format
| HEX | #825d4a |
| RGB | rgb(130, 93, 74) |
| HSL | hsl(20, 28%, 40%) |
| CMYK | cmyk(0%, 29%, 43%, 49%) |
| LAB | lab(42.9 12.5 16.9) |
| LCH | lch(42.9 21.0 53.4) |
| OKLCH | oklch(0.512 0.057 48.2) |
Copy-ready code
/* CSS */
color: #825d4a;
background-color: #825d4a;
/* Tailwind (arbitrary) */
class="text-[#825d4a] bg-[#825d4a]"
/* SCSS */
$brand: #825d4a;
/* SwiftUI */
Color(red: 0.510, green: 0.365, blue: 0.290)
/* Android */
Color.parseColor("#825d4a")Accessibility — WCAG contrast
Aa
#825d4a on white: 5.81:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#825d4a on black: 3.61:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red51.0%
Green36.5%
Blue29.0%
CMYK percentages
Cyan0.0%
Magenta28.5%
Yellow43.1%
Key (black)49.0%
Color previews
#825d4a text on a black background
contrast 3.61:1
Card sample
#825d4a text on a white background
contrast 5.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #825d4a;
Background color
Panel with #825d4a background
background-color: #825d4a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #825d4a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(130, 93, 74, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(130, 93, 74, 0.45);
Border & gradient
Gradient panel
border: 3px solid #825d4a; background: linear-gradient(135deg, #825d4a, #82824A);