#997a1f
a dark, vivid yellow · warm · closest name: olive
RGB
153, 122, 31
HSL
45°, 66%, 36%
CMYK
0, 20, 80, 40
Luminance
0.2079
Every format
| HEX | #997a1f |
| RGB | rgb(153, 122, 31) |
| HSL | hsl(45, 66%, 36%) |
| CMYK | cmyk(0%, 20%, 80%, 40%) |
| LAB | lab(52.7 2.9 50.7) |
| LCH | lch(52.7 50.8 86.7) |
| OKLCH | oklch(0.594 0.110 88.7) |
Copy-ready code
/* CSS */
color: #997a1f;
background-color: #997a1f;
/* Tailwind (arbitrary) */
class="text-[#997a1f] bg-[#997a1f]"
/* SCSS */
$brand: #997a1f;
/* SwiftUI */
Color(red: 0.600, green: 0.478, blue: 0.122)
/* Android */
Color.parseColor("#997a1f")Accessibility — WCAG contrast
Aa
#997a1f on white: 4.07:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#997a1f on black: 5.16:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.0%
Green47.8%
Blue12.2%
CMYK percentages
Cyan0.0%
Magenta20.3%
Yellow79.7%
Key (black)40.0%
Color previews
#997a1f text on a black background
contrast 5.16:1
Card sample
#997a1f text on a white background
contrast 4.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #997a1f;
Background color
Panel with #997a1f background
background-color: #997a1f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #997a1f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(153, 122, 31, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(153, 122, 31, 0.45);
Border & gradient
Gradient panel
border: 3px solid #997a1f; background: linear-gradient(135deg, #997a1f, #67991F);