#997607
a dark, electric yellow · cool · closest name: olive
RGB
153, 118, 7
HSL
46°, 91%, 31%
CMYK
0, 23, 95, 40
Luminance
0.1974
Every format
| HEX | #997607 |
| RGB | rgb(153, 118, 7) |
| HSL | hsl(46, 91%, 31%) |
| CMYK | cmyk(0%, 23%, 95%, 40%) |
| LAB | lab(51.5 4.5 56.2) |
| LCH | lch(51.5 56.4 85.4) |
| OKLCH | oklch(0.584 0.118 87.4) |
Copy-ready code
/* CSS */
color: #997607;
background-color: #997607;
/* Tailwind (arbitrary) */
class="text-[#997607] bg-[#997607]"
/* SCSS */
$brand: #997607;
/* SwiftUI */
Color(red: 0.600, green: 0.463, blue: 0.027)
/* Android */
Color.parseColor("#997607")Accessibility — WCAG contrast
Aa
#997607 on white: 4.24:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#997607 on black: 4.95:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.0%
Green46.3%
Blue2.7%
CMYK percentages
Cyan0.0%
Magenta22.9%
Yellow95.4%
Key (black)40.0%
Color previews
#997607 text on a black background
contrast 4.95:1
Card sample
#997607 text on a white background
contrast 4.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #997607;
Background color
Panel with #997607 background
background-color: #997607;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #997607;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(153, 118, 7, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(153, 118, 7, 0.45);
Border & gradient
Gradient panel
border: 3px solid #997607; background: linear-gradient(135deg, #997607, #5B9907);