#998844
a dark, soft yellow · cool · closest name: olive
RGB
153, 136, 68
HSL
48°, 39%, 43%
CMYK
0, 11, 56, 40
Luminance
0.2480
Every format
| HEX | #998844 |
| RGB | rgb(153, 136, 68) |
| HSL | hsl(48, 39%, 43%) |
| CMYK | cmyk(0%, 11%, 56%, 40%) |
| LAB | lab(56.9 -2.6 38.4) |
| LCH | lch(56.9 38.5 93.9) |
| OKLCH | oklch(0.627 0.091 95.6) |
Copy-ready code
/* CSS */
color: #998844;
background-color: #998844;
/* Tailwind (arbitrary) */
class="text-[#998844] bg-[#998844]"
/* SCSS */
$brand: #998844;
/* SwiftUI */
Color(red: 0.600, green: 0.533, blue: 0.267)
/* Android */
Color.parseColor("#998844")Accessibility — WCAG contrast
Aa
#998844 on white: 3.52:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#998844 on black: 5.96:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.0%
Green53.3%
Blue26.7%
CMYK percentages
Cyan0.0%
Magenta11.1%
Yellow55.6%
Key (black)40.0%
Color previews
#998844 text on a black background
contrast 5.96:1
Card sample
#998844 text on a white background
contrast 3.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #998844;
Background color
Panel with #998844 background
background-color: #998844;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #998844;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(153, 136, 68, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(153, 136, 68, 0.45);
Border & gradient
Gradient panel
border: 3px solid #998844; background: linear-gradient(135deg, #998844, #719944);