#998639
a dark, vivid yellow · cool · closest name: olive
RGB
153, 134, 57
HSL
48°, 46%, 41%
CMYK
0, 12, 63, 40
Luminance
0.2412
Every format
| HEX | #998639 |
| RGB | rgb(153, 134, 57) |
| HSL | hsl(48, 46%, 41%) |
| CMYK | cmyk(0%, 12%, 63%, 40%) |
| LAB | lab(56.2 -2.4 43.1) |
| LCH | lch(56.2 43.1 93.2) |
| OKLCH | oklch(0.622 0.099 95.5) |
Copy-ready code
/* CSS */
color: #998639;
background-color: #998639;
/* Tailwind (arbitrary) */
class="text-[#998639] bg-[#998639]"
/* SCSS */
$brand: #998639;
/* SwiftUI */
Color(red: 0.600, green: 0.525, blue: 0.224)
/* Android */
Color.parseColor("#998639")Accessibility — WCAG contrast
Aa
#998639 on white: 3.61:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#998639 on black: 5.82:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.0%
Green52.5%
Blue22.4%
CMYK percentages
Cyan0.0%
Magenta12.4%
Yellow62.7%
Key (black)40.0%
Color previews
#998639 text on a black background
contrast 5.82:1
Card sample
#998639 text on a white background
contrast 3.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #998639;
Background color
Panel with #998639 background
background-color: #998639;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #998639;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(153, 134, 57, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(153, 134, 57, 0.45);
Border & gradient
Gradient panel
border: 3px solid #998639; background: linear-gradient(135deg, #998639, #6C9939);