#998613
a dark, electric yellow · cool · closest name: olive
RGB
153, 134, 19
HSL
52°, 78%, 34%
CMYK
0, 12, 88, 40
Luminance
0.2387
Every format
| HEX | #998613 |
| RGB | rgb(153, 134, 19) |
| HSL | hsl(52, 78%, 34%) |
| CMYK | cmyk(0%, 12%, 88%, 40%) |
| LAB | lab(56.0 -4.2 57.2) |
| LCH | lch(56.0 57.3 94.2) |
| OKLCH | oklch(0.619 0.123 98.7) |
Copy-ready code
/* CSS */
color: #998613;
background-color: #998613;
/* Tailwind (arbitrary) */
class="text-[#998613] bg-[#998613]"
/* SCSS */
$brand: #998613;
/* SwiftUI */
Color(red: 0.600, green: 0.525, blue: 0.075)
/* Android */
Color.parseColor("#998613")Accessibility — WCAG contrast
Aa
#998613 on white: 3.64:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#998613 on black: 5.77:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.0%
Green52.5%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta12.4%
Yellow87.6%
Key (black)40.0%
Color previews
#998613 text on a black background
contrast 5.77:1
Card sample
#998613 text on a white background
contrast 3.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #998613;
Background color
Panel with #998613 background
background-color: #998613;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #998613;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(153, 134, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(153, 134, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #998613; background: linear-gradient(135deg, #998613, #539913);