#81663a
a dark, soft orange · warm · closest name: sienna
RGB
129, 102, 58
HSL
37°, 38%, 37%
CMYK
0, 21, 55, 49
Luminance
0.1448
Every format
| HEX | #81663a |
| RGB | rgb(129, 102, 58) |
| HSL | hsl(37, 38%, 37%) |
| CMYK | cmyk(0%, 21%, 55%, 49%) |
| LAB | lab(44.9 5.0 28.8) |
| LCH | lch(44.9 29.2 80.0) |
| OKLCH | oklch(0.527 0.070 78.5) |
Copy-ready code
/* CSS */
color: #81663a;
background-color: #81663a;
/* Tailwind (arbitrary) */
class="text-[#81663a] bg-[#81663a]"
/* SCSS */
$brand: #81663a;
/* SwiftUI */
Color(red: 0.506, green: 0.400, blue: 0.227)
/* Android */
Color.parseColor("#81663a")Accessibility — WCAG contrast
Aa
#81663a on white: 5.39:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#81663a on black: 3.90:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red50.6%
Green40.0%
Blue22.7%
CMYK percentages
Cyan0.0%
Magenta20.9%
Yellow55.0%
Key (black)49.4%
Color previews
#81663a text on a black background
contrast 3.90:1
Card sample
#81663a text on a white background
contrast 5.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #81663a;
Background color
Panel with #81663a background
background-color: #81663a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #81663a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(129, 102, 58, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(129, 102, 58, 0.45);
Border & gradient
Gradient panel
border: 3px solid #81663a; background: linear-gradient(135deg, #81663a, #6D813A);