#99a538
a dark, vivid yellow · cool · closest name: olivedrab
RGB
153, 165, 56
HSL
67°, 49%, 43%
CMYK
7, 0, 66, 35
Luminance
0.3397
Every format
| HEX | #99a538 |
| RGB | rgb(153, 165, 56) |
| HSL | hsl(67, 49%, 43%) |
| CMYK | cmyk(7%, 0%, 66%, 35%) |
| LAB | lab(64.9 -18.9 52.9) |
| LCH | lch(64.9 56.2 109.7) |
| OKLCH | oklch(0.691 0.132 115.3) |
Copy-ready code
/* CSS */
color: #99a538;
background-color: #99a538;
/* Tailwind (arbitrary) */
class="text-[#99a538] bg-[#99a538]"
/* SCSS */
$brand: #99a538;
/* SwiftUI */
Color(red: 0.600, green: 0.647, blue: 0.220)
/* Android */
Color.parseColor("#99a538")Accessibility — WCAG contrast
Aa
#99a538 on white: 2.69:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#99a538 on black: 7.79:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.0%
Green64.7%
Blue22.0%
CMYK percentages
Cyan7.3%
Magenta0.0%
Yellow66.1%
Key (black)35.3%
Color previews
#99a538 text on a black background
contrast 7.79:1
Card sample
#99a538 text on a white background
contrast 2.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #99a538;
Background color
Panel with #99a538 background
background-color: #99a538;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #99a538;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(153, 165, 56, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(153, 165, 56, 0.45);
Border & gradient
Gradient panel
border: 3px solid #99a538; background: linear-gradient(135deg, #99a538, #50A538);