#998321
a dark, vivid yellow · cool · closest name: olive
RGB
153, 131, 33
HSL
49°, 65%, 37%
CMYK
0, 14, 78, 40
Luminance
0.2311
Every format
| HEX | #998321 |
| RGB | rgb(153, 131, 33) |
| HSL | hsl(49, 65%, 37%) |
| CMYK | cmyk(0%, 14%, 78%, 40%) |
| LAB | lab(55.2 -2.1 52.3) |
| LCH | lch(55.2 52.3 92.3) |
| OKLCH | oklch(0.613 0.115 95.7) |
Copy-ready code
/* CSS */
color: #998321;
background-color: #998321;
/* Tailwind (arbitrary) */
class="text-[#998321] bg-[#998321]"
/* SCSS */
$brand: #998321;
/* SwiftUI */
Color(red: 0.600, green: 0.514, blue: 0.129)
/* Android */
Color.parseColor("#998321")Accessibility — WCAG contrast
Aa
#998321 on white: 3.73:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#998321 on black: 5.62:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.0%
Green51.4%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta14.4%
Yellow78.4%
Key (black)40.0%
Color previews
#998321 text on a black background
contrast 5.62:1
Card sample
#998321 text on a white background
contrast 3.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #998321;
Background color
Panel with #998321 background
background-color: #998321;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #998321;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(153, 131, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(153, 131, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #998321; background: linear-gradient(135deg, #998321, #5F9921);