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