#99a80f
a dark, electric yellow · cool · closest name: olive
RGB
153, 168, 15
HSL
66°, 84%, 36%
CMYK
9, 0, 91, 34
Luminance
0.3481
Every format
| HEX | #99a80f |
| RGB | rgb(153, 168, 15) |
| HSL | hsl(66, 84%, 36%) |
| CMYK | cmyk(9%, 0%, 91%, 34%) |
| LAB | lab(65.6 -22.1 65.7) |
| LCH | lch(65.6 69.3 108.6) |
| OKLCH | oklch(0.696 0.156 116.0) |
Copy-ready code
/* CSS */
color: #99a80f;
background-color: #99a80f;
/* Tailwind (arbitrary) */
class="text-[#99a80f] bg-[#99a80f]"
/* SCSS */
$brand: #99a80f;
/* SwiftUI */
Color(red: 0.600, green: 0.659, blue: 0.059)
/* Android */
Color.parseColor("#99a80f")Accessibility — WCAG contrast
Aa
#99a80f on white: 2.64:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#99a80f on black: 7.96:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.0%
Green65.9%
Blue5.9%
CMYK percentages
Cyan8.9%
Magenta0.0%
Yellow91.1%
Key (black)34.1%
Color previews
#99a80f text on a black background
contrast 7.96:1
Card sample
#99a80f text on a white background
contrast 2.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #99a80f;
Background color
Panel with #99a80f background
background-color: #99a80f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #99a80f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(153, 168, 15, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(153, 168, 15, 0.45);
Border & gradient
Gradient panel
border: 3px solid #99a80f; background: linear-gradient(135deg, #99a80f, #33A80F);