#99b708
a dark, electric green · cool · closest name: olivedrab
RGB
153, 183, 8
HSL
70°, 92%, 38%
CMYK
16, 0, 96, 28
Luminance
0.4066
Every format
| HEX | #99b708 |
| RGB | rgb(153, 183, 8) |
| HSL | hsl(70, 92%, 38%) |
| CMYK | cmyk(16%, 0%, 96%, 28%) |
| LAB | lab(69.9 -29.5 70.0) |
| LCH | lch(69.9 76.0 112.9) |
| OKLCH | oklch(0.731 0.173 120.8) |
Copy-ready code
/* CSS */
color: #99b708;
background-color: #99b708;
/* Tailwind (arbitrary) */
class="text-[#99b708] bg-[#99b708]"
/* SCSS */
$brand: #99b708;
/* SwiftUI */
Color(red: 0.600, green: 0.718, blue: 0.031)
/* Android */
Color.parseColor("#99b708")Accessibility — WCAG contrast
Aa
#99b708 on white: 2.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#99b708 on black: 9.13:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.0%
Green71.8%
Blue3.1%
CMYK percentages
Cyan16.4%
Magenta0.0%
Yellow95.6%
Key (black)28.2%
Color previews
#99b708 text on a black background
contrast 9.13:1
Card sample
#99b708 text on a white background
contrast 2.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #99b708;
Background color
Panel with #99b708 background
background-color: #99b708;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #99b708;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(153, 183, 8, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(153, 183, 8, 0.45);
Border & gradient
Gradient panel
border: 3px solid #99b708; background: linear-gradient(135deg, #99b708, #24B708);