#99cf39
a balanced, vivid green · cool · closest name: olivedrab
RGB
153, 207, 57
HSL
82°, 61%, 52%
CMYK
26, 0, 73, 19
Luminance
0.5169
Every format
| HEX | #99cf39 |
| RGB | rgb(153, 207, 57) |
| HSL | hsl(82, 61%, 52%) |
| CMYK | cmyk(26%, 0%, 73%, 19%) |
| LAB | lab(77.1 -38.9 64.8) |
| LCH | lch(77.1 75.6 121.0) |
| OKLCH | oklch(0.789 0.183 127.6) |
Copy-ready code
/* CSS */
color: #99cf39;
background-color: #99cf39;
/* Tailwind (arbitrary) */
class="text-[#99cf39] bg-[#99cf39]"
/* SCSS */
$brand: #99cf39;
/* SwiftUI */
Color(red: 0.600, green: 0.812, blue: 0.224)
/* Android */
Color.parseColor("#99cf39")Accessibility — WCAG contrast
Aa
#99cf39 on white: 1.85:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#99cf39 on black: 11.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.0%
Green81.2%
Blue22.4%
CMYK percentages
Cyan26.1%
Magenta0.0%
Yellow72.5%
Key (black)18.8%
Color previews
#99cf39 text on a black background
contrast 11.34:1
Card sample
#99cf39 text on a white background
contrast 1.85:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #99cf39;
Background color
Panel with #99cf39 background
background-color: #99cf39;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #99cf39;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(153, 207, 57, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(153, 207, 57, 0.45);
Border & gradient
Gradient panel
border: 3px solid #99cf39; background: linear-gradient(135deg, #99cf39, #39CF3D);