#99a821
a dark, vivid yellow · cool · closest name: olive
RGB
153, 168, 33
HSL
67°, 67%, 39%
CMYK
9, 0, 80, 34
Luminance
0.3489
Every format
| HEX | #99a821 |
| RGB | rgb(153, 168, 33) |
| HSL | hsl(67, 67%, 39%) |
| CMYK | cmyk(9%, 0%, 80%, 34%) |
| LAB | lab(65.7 -21.6 61.7) |
| LCH | lch(65.7 65.4 109.3) |
| OKLCH | oklch(0.697 0.150 116.2) |
Copy-ready code
/* CSS */
color: #99a821;
background-color: #99a821;
/* Tailwind (arbitrary) */
class="text-[#99a821] bg-[#99a821]"
/* SCSS */
$brand: #99a821;
/* SwiftUI */
Color(red: 0.600, green: 0.659, blue: 0.129)
/* Android */
Color.parseColor("#99a821")Accessibility — WCAG contrast
Aa
#99a821 on white: 2.63:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#99a821 on black: 7.98:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.0%
Green65.9%
Blue12.9%
CMYK percentages
Cyan8.9%
Magenta0.0%
Yellow80.4%
Key (black)34.1%
Color previews
#99a821 text on a black background
contrast 7.98:1
Card sample
#99a821 text on a white background
contrast 2.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #99a821;
Background color
Panel with #99a821 background
background-color: #99a821;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #99a821;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(153, 168, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(153, 168, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #99a821; background: linear-gradient(135deg, #99a821, #3FA821);