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