#998244
a dark, soft yellow · warm · closest name: tan
RGB
153, 130, 68
HSL
44°, 39%, 43%
CMYK
0, 15, 56, 40
Luminance
0.2315
Every format
| HEX | #998244 |
| RGB | rgb(153, 130, 68) |
| HSL | hsl(44, 39%, 43%) |
| CMYK | cmyk(0%, 15%, 56%, 40%) |
| LAB | lab(55.2 0.7 36.4) |
| LCH | lch(55.2 36.5 88.9) |
| OKLCH | oklch(0.614 0.086 89.4) |
Copy-ready code
/* CSS */
color: #998244;
background-color: #998244;
/* Tailwind (arbitrary) */
class="text-[#998244] bg-[#998244]"
/* SCSS */
$brand: #998244;
/* SwiftUI */
Color(red: 0.600, green: 0.510, blue: 0.267)
/* Android */
Color.parseColor("#998244")Accessibility — WCAG contrast
Aa
#998244 on white: 3.73:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#998244 on black: 5.63:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.0%
Green51.0%
Blue26.7%
CMYK percentages
Cyan0.0%
Magenta15.0%
Yellow55.6%
Key (black)40.0%
Color previews
#998244 text on a black background
contrast 5.63:1
Card sample
#998244 text on a white background
contrast 3.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #998244;
Background color
Panel with #998244 background
background-color: #998244;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #998244;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(153, 130, 68, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(153, 130, 68, 0.45);
Border & gradient
Gradient panel
border: 3px solid #998244; background: linear-gradient(135deg, #998244, #779944);