#998100
a dark, electric yellow · cool · closest name: olive
RGB
153, 129, 0
HSL
51°, 100%, 30%
CMYK
0, 16, 100, 40
Luminance
0.2247
Every format
| HEX | #998100 |
| RGB | rgb(153, 129, 0) |
| HSL | hsl(51, 100%, 30%) |
| CMYK | cmyk(0%, 16%, 100%, 40%) |
| LAB | lab(54.5 -1.8 59.7) |
| LCH | lch(54.5 59.7 91.7) |
| OKLCH | oklch(0.607 0.125 95.9) |
Copy-ready code
/* CSS */
color: #998100;
background-color: #998100;
/* Tailwind (arbitrary) */
class="text-[#998100] bg-[#998100]"
/* SCSS */
$brand: #998100;
/* SwiftUI */
Color(red: 0.600, green: 0.506, blue: 0.000)
/* Android */
Color.parseColor("#998100")Accessibility — WCAG contrast
Aa
#998100 on white: 3.82:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#998100 on black: 5.49:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.0%
Green50.6%
Blue0.0%
CMYK percentages
Cyan0.0%
Magenta15.7%
Yellow100.0%
Key (black)40.0%
Color previews
#998100 text on a black background
contrast 5.49:1
Card sample
#998100 text on a white background
contrast 3.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #998100;
Background color
Panel with #998100 background
background-color: #998100;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #998100;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(153, 129, 0, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(153, 129, 0, 0.45);
Border & gradient
Gradient panel
border: 3px solid #998100; background: linear-gradient(135deg, #998100, #4B9900);