#997700
a dark, electric yellow · cool · closest name: olive
RGB
153, 119, 0
HSL
47°, 100%, 30%
CMYK
0, 22, 100, 40
Luminance
0.1997
Every format
| HEX | #997700 |
| RGB | rgb(153, 119, 0) |
| HSL | hsl(47, 100%, 30%) |
| CMYK | cmyk(0%, 22%, 100%, 40%) |
| LAB | lab(51.8 3.8 57.8) |
| LCH | lch(51.8 57.9 86.2) |
| OKLCH | oklch(0.586 0.120 88.6) |
Copy-ready code
/* CSS */
color: #997700;
background-color: #997700;
/* Tailwind (arbitrary) */
class="text-[#997700] bg-[#997700]"
/* SCSS */
$brand: #997700;
/* SwiftUI */
Color(red: 0.600, green: 0.467, blue: 0.000)
/* Android */
Color.parseColor("#997700")Accessibility — WCAG contrast
Aa
#997700 on white: 4.21:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#997700 on black: 4.99:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.0%
Green46.7%
Blue0.0%
CMYK percentages
Cyan0.0%
Magenta22.2%
Yellow100.0%
Key (black)40.0%
Color previews
#997700 text on a black background
contrast 4.99:1
Card sample
#997700 text on a white background
contrast 4.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #997700;
Background color
Panel with #997700 background
background-color: #997700;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #997700;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(153, 119, 0, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(153, 119, 0, 0.45);
Border & gradient
Gradient panel
border: 3px solid #997700; background: linear-gradient(135deg, #997700, #559900);