#998600
a dark, electric yellow · cool · closest name: olive
RGB
153, 134, 0
HSL
53°, 100%, 30%
CMYK
0, 12, 100, 40
Luminance
0.2382
Every format
| HEX | #998600 |
| RGB | rgb(153, 134, 0) |
| HSL | hsl(53, 100%, 30%) |
| CMYK | cmyk(0%, 12%, 100%, 40%) |
| LAB | lab(55.9 -4.5 60.6) |
| LCH | lch(55.9 60.8 94.3) |
| OKLCH | oklch(0.618 0.128 99.2) |
Copy-ready code
/* CSS */
color: #998600;
background-color: #998600;
/* Tailwind (arbitrary) */
class="text-[#998600] bg-[#998600]"
/* SCSS */
$brand: #998600;
/* SwiftUI */
Color(red: 0.600, green: 0.525, blue: 0.000)
/* Android */
Color.parseColor("#998600")Accessibility — WCAG contrast
Aa
#998600 on white: 3.64:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#998600 on black: 5.76:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.0%
Green52.5%
Blue0.0%
CMYK percentages
Cyan0.0%
Magenta12.4%
Yellow100.0%
Key (black)40.0%
Color previews
#998600 text on a black background
contrast 5.76:1
Card sample
#998600 text on a white background
contrast 3.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #998600;
Background color
Panel with #998600 background
background-color: #998600;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #998600;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(153, 134, 0, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(153, 134, 0, 0.45);
Border & gradient
Gradient panel
border: 3px solid #998600; background: linear-gradient(135deg, #998600, #469900);