#998544
a dark, soft yellow · cool · closest name: olive
RGB
153, 133, 68
HSL
46°, 39%, 43%
CMYK
0, 13, 56, 40
Luminance
0.2396
Every format
| HEX | #998544 |
| RGB | rgb(153, 133, 68) |
| HSL | hsl(46, 39%, 43%) |
| CMYK | cmyk(0%, 13%, 56%, 40%) |
| LAB | lab(56.0 -1.0 37.4) |
| LCH | lch(56.0 37.4 91.5) |
| OKLCH | oklch(0.621 0.088 92.6) |
Copy-ready code
/* CSS */
color: #998544;
background-color: #998544;
/* Tailwind (arbitrary) */
class="text-[#998544] bg-[#998544]"
/* SCSS */
$brand: #998544;
/* SwiftUI */
Color(red: 0.600, green: 0.522, blue: 0.267)
/* Android */
Color.parseColor("#998544")Accessibility — WCAG contrast
Aa
#998544 on white: 3.63:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#998544 on black: 5.79:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.0%
Green52.2%
Blue26.7%
CMYK percentages
Cyan0.0%
Magenta13.1%
Yellow55.6%
Key (black)40.0%
Color previews
#998544 text on a black background
contrast 5.79:1
Card sample
#998544 text on a white background
contrast 3.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #998544;
Background color
Panel with #998544 background
background-color: #998544;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #998544;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(153, 133, 68, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(153, 133, 68, 0.45);
Border & gradient
Gradient panel
border: 3px solid #998544; background: linear-gradient(135deg, #998544, #749944);