#997f44
a dark, soft yellow · warm · closest name: tan
RGB
153, 127, 68
HSL
42°, 39%, 43%
CMYK
0, 17, 56, 40
Luminance
0.2237
Every format
| HEX | #997f44 |
| RGB | rgb(153, 127, 68) |
| HSL | hsl(42, 39%, 43%) |
| CMYK | cmyk(0%, 17%, 56%, 40%) |
| LAB | lab(54.4 2.4 35.5) |
| LCH | lch(54.4 35.5 86.1) |
| OKLCH | oklch(0.608 0.084 86.1) |
Copy-ready code
/* CSS */
color: #997f44;
background-color: #997f44;
/* Tailwind (arbitrary) */
class="text-[#997f44] bg-[#997f44]"
/* SCSS */
$brand: #997f44;
/* SwiftUI */
Color(red: 0.600, green: 0.498, blue: 0.267)
/* Android */
Color.parseColor("#997f44")Accessibility — WCAG contrast
Aa
#997f44 on white: 3.84:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#997f44 on black: 5.47:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.0%
Green49.8%
Blue26.7%
CMYK percentages
Cyan0.0%
Magenta17.0%
Yellow55.6%
Key (black)40.0%
Color previews
#997f44 text on a black background
contrast 5.47:1
Card sample
#997f44 text on a white background
contrast 3.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #997f44;
Background color
Panel with #997f44 background
background-color: #997f44;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #997f44;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(153, 127, 68, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(153, 127, 68, 0.45);
Border & gradient
Gradient panel
border: 3px solid #997f44; background: linear-gradient(135deg, #997f44, #7A9944);