#99c71f
a balanced, vivid green · cool · closest name: olivedrab
RGB
153, 199, 31
HSL
76°, 73%, 45%
CMYK
23, 0, 84, 22
Luminance
0.4772
Every format
| HEX | #99c71f |
| RGB | rgb(153, 199, 31) |
| HSL | hsl(76, 73%, 45%) |
| CMYK | cmyk(23%, 0%, 84%, 22%) |
| LAB | lab(74.7 -36.5 70.1) |
| LCH | lch(74.7 79.0 117.5) |
| OKLCH | oklch(0.769 0.186 125.1) |
Copy-ready code
/* CSS */
color: #99c71f;
background-color: #99c71f;
/* Tailwind (arbitrary) */
class="text-[#99c71f] bg-[#99c71f]"
/* SCSS */
$brand: #99c71f;
/* SwiftUI */
Color(red: 0.600, green: 0.780, blue: 0.122)
/* Android */
Color.parseColor("#99c71f")Accessibility — WCAG contrast
Aa
#99c71f on white: 1.99:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#99c71f on black: 10.54:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.0%
Green78.0%
Blue12.2%
CMYK percentages
Cyan23.1%
Magenta0.0%
Yellow84.4%
Key (black)22.0%
Color previews
#99c71f text on a black background
contrast 10.54:1
Card sample
#99c71f text on a white background
contrast 1.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #99c71f;
Background color
Panel with #99c71f background
background-color: #99c71f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #99c71f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(153, 199, 31, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(153, 199, 31, 0.45);
Border & gradient
Gradient panel
border: 3px solid #99c71f; background: linear-gradient(135deg, #99c71f, #29C71F);