#998811
a dark, electric yellow · cool · closest name: olive
RGB
153, 136, 17
HSL
53°, 80%, 33%
CMYK
0, 11, 89, 40
Luminance
0.2442
Every format
| HEX | #998811 |
| RGB | rgb(153, 136, 17) |
| HSL | hsl(53, 80%, 33%) |
| CMYK | cmyk(0%, 11%, 89%, 40%) |
| LAB | lab(56.5 -5.3 58.1) |
| LCH | lch(56.5 58.3 95.3) |
| OKLCH | oklch(0.623 0.125 100.1) |
Copy-ready code
/* CSS */
color: #998811;
background-color: #998811;
/* Tailwind (arbitrary) */
class="text-[#998811] bg-[#998811]"
/* SCSS */
$brand: #998811;
/* SwiftUI */
Color(red: 0.600, green: 0.533, blue: 0.067)
/* Android */
Color.parseColor("#998811")Accessibility — WCAG contrast
Aa
#998811 on white: 3.57:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#998811 on black: 5.88:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.0%
Green53.3%
Blue6.7%
CMYK percentages
Cyan0.0%
Magenta11.1%
Yellow88.9%
Key (black)40.0%
Color previews
#998811 text on a black background
contrast 5.88:1
Card sample
#998811 text on a white background
contrast 3.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #998811;
Background color
Panel with #998811 background
background-color: #998811;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #998811;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(153, 136, 17, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(153, 136, 17, 0.45);
Border & gradient
Gradient panel
border: 3px solid #998811; background: linear-gradient(135deg, #998811, #4F9911);