#997721
a dark, vivid yellow · warm · closest name: olive
RGB
153, 119, 33
HSL
43°, 65%, 37%
CMYK
0, 22, 78, 40
Luminance
0.2008
Every format
| HEX | #997721 |
| RGB | rgb(153, 119, 33) |
| HSL | hsl(43, 65%, 37%) |
| CMYK | cmyk(0%, 22%, 78%, 40%) |
| LAB | lab(51.9 4.7 49.2) |
| LCH | lch(51.9 49.4 84.6) |
| OKLCH | oklch(0.587 0.108 85.9) |
Copy-ready code
/* CSS */
color: #997721;
background-color: #997721;
/* Tailwind (arbitrary) */
class="text-[#997721] bg-[#997721]"
/* SCSS */
$brand: #997721;
/* SwiftUI */
Color(red: 0.600, green: 0.467, blue: 0.129)
/* Android */
Color.parseColor("#997721")Accessibility — WCAG contrast
Aa
#997721 on white: 4.19:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#997721 on black: 5.02:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.0%
Green46.7%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta22.2%
Yellow78.4%
Key (black)40.0%
Color previews
#997721 text on a black background
contrast 5.02:1
Card sample
#997721 text on a white background
contrast 4.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #997721;
Background color
Panel with #997721 background
background-color: #997721;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #997721;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(153, 119, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(153, 119, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #997721; background: linear-gradient(135deg, #997721, #6B9921);