#997643
a dark, soft orange · warm · closest name: peru
RGB
153, 118, 67
HSL
36°, 39%, 43%
CMYK
0, 23, 56, 40
Luminance
0.2013
Every format
| HEX | #997643 |
| RGB | rgb(153, 118, 67) |
| HSL | hsl(36, 39%, 43%) |
| CMYK | cmyk(0%, 23%, 56%, 40%) |
| LAB | lab(52.0 7.4 33.1) |
| LCH | lch(52.0 33.9 77.4) |
| OKLCH | oklch(0.589 0.081 75.5) |
Copy-ready code
/* CSS */
color: #997643;
background-color: #997643;
/* Tailwind (arbitrary) */
class="text-[#997643] bg-[#997643]"
/* SCSS */
$brand: #997643;
/* SwiftUI */
Color(red: 0.600, green: 0.463, blue: 0.263)
/* Android */
Color.parseColor("#997643")Accessibility — WCAG contrast
Aa
#997643 on white: 4.18:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#997643 on black: 5.03:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.0%
Green46.3%
Blue26.3%
CMYK percentages
Cyan0.0%
Magenta22.9%
Yellow56.2%
Key (black)40.0%
Color previews
#997643 text on a black background
contrast 5.03:1
Card sample
#997643 text on a white background
contrast 4.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #997643;
Background color
Panel with #997643 background
background-color: #997643;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #997643;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(153, 118, 67, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(153, 118, 67, 0.45);
Border & gradient
Gradient panel
border: 3px solid #997643; background: linear-gradient(135deg, #997643, #839943);