#997711
a dark, electric yellow · cool · closest name: olive
RGB
153, 119, 17
HSL
45°, 80%, 33%
CMYK
0, 22, 89, 40
Luminance
0.2001
Every format
| HEX | #997711 |
| RGB | rgb(153, 119, 17) |
| HSL | hsl(45, 80%, 33%) |
| CMYK | cmyk(0%, 22%, 89%, 40%) |
| LAB | lab(51.9 4.1 54.3) |
| LCH | lch(51.9 54.5 85.6) |
| OKLCH | oklch(0.586 0.115 87.6) |
Copy-ready code
/* CSS */
color: #997711;
background-color: #997711;
/* Tailwind (arbitrary) */
class="text-[#997711] bg-[#997711]"
/* SCSS */
$brand: #997711;
/* SwiftUI */
Color(red: 0.600, green: 0.467, blue: 0.067)
/* Android */
Color.parseColor("#997711")Accessibility — WCAG contrast
Aa
#997711 on white: 4.20:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#997711 on black: 5.00:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.0%
Green46.7%
Blue6.7%
CMYK percentages
Cyan0.0%
Magenta22.2%
Yellow88.9%
Key (black)40.0%
Color previews
#997711 text on a black background
contrast 5.00:1
Card sample
#997711 text on a white background
contrast 4.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #997711;
Background color
Panel with #997711 background
background-color: #997711;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #997711;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(153, 119, 17, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(153, 119, 17, 0.45);
Border & gradient
Gradient panel
border: 3px solid #997711; background: linear-gradient(135deg, #997711, #609911);