#998e11
a dark, electric yellow · cool · closest name: olive
RGB
153, 142, 17
HSL
55°, 80%, 33%
CMYK
0, 7, 89, 40
Luminance
0.2616
Every format
| HEX | #998e11 |
| RGB | rgb(153, 142, 17) |
| HSL | hsl(55, 80%, 33%) |
| CMYK | cmyk(0%, 7%, 89%, 40%) |
| LAB | lab(58.2 -8.6 59.4) |
| LCH | lch(58.2 60.0 98.2) |
| OKLCH | oklch(0.637 0.130 103.8) |
Copy-ready code
/* CSS */
color: #998e11;
background-color: #998e11;
/* Tailwind (arbitrary) */
class="text-[#998e11] bg-[#998e11]"
/* SCSS */
$brand: #998e11;
/* SwiftUI */
Color(red: 0.600, green: 0.557, blue: 0.067)
/* Android */
Color.parseColor("#998e11")Accessibility — WCAG contrast
Aa
#998e11 on white: 3.37:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#998e11 on black: 6.23:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.0%
Green55.7%
Blue6.7%
CMYK percentages
Cyan0.0%
Magenta7.2%
Yellow88.9%
Key (black)40.0%
Color previews
#998e11 text on a black background
contrast 6.23:1
Card sample
#998e11 text on a white background
contrast 3.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #998e11;
Background color
Panel with #998e11 background
background-color: #998e11;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #998e11;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(153, 142, 17, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(153, 142, 17, 0.45);
Border & gradient
Gradient panel
border: 3px solid #998e11; background: linear-gradient(135deg, #998e11, #499911);