#7cb82f
a balanced, vivid green · cool · closest name: olivedrab
RGB
124, 184, 47
HSL
86°, 59%, 45%
CMYK
33, 0, 75, 28
Luminance
0.3877
Every format
| HEX | #7cb82f |
| RGB | rgb(124, 184, 47) |
| HSL | hsl(86, 59%, 45%) |
| CMYK | cmyk(33%, 0%, 75%, 28%) |
| LAB | lab(68.6 -40.2 59.4) |
| LCH | lch(68.6 71.7 124.1) |
| OKLCH | oklch(0.716 0.175 130.7) |
Copy-ready code
/* CSS */
color: #7cb82f;
background-color: #7cb82f;
/* Tailwind (arbitrary) */
class="text-[#7cb82f] bg-[#7cb82f]"
/* SCSS */
$brand: #7cb82f;
/* SwiftUI */
Color(red: 0.486, green: 0.722, blue: 0.184)
/* Android */
Color.parseColor("#7cb82f")Accessibility — WCAG contrast
Aa
#7cb82f on white: 2.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7cb82f on black: 8.75:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red48.6%
Green72.2%
Blue18.4%
CMYK percentages
Cyan32.6%
Magenta0.0%
Yellow74.5%
Key (black)27.8%
Color previews
#7cb82f text on a black background
contrast 8.75:1
Card sample
#7cb82f text on a white background
contrast 2.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7cb82f;
Background color
Panel with #7cb82f background
background-color: #7cb82f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7cb82f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(124, 184, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(124, 184, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7cb82f; background: linear-gradient(135deg, #7cb82f, #2FB83D);