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