#7eb82f
a balanced, vivid green · cool · closest name: olivedrab
RGB
126, 184, 47
HSL
85°, 59%, 45%
CMYK
32, 0, 75, 28
Luminance
0.3892
Every format
| HEX | #7eb82f |
| RGB | rgb(126, 184, 47) |
| HSL | hsl(85, 59%, 45%) |
| CMYK | cmyk(32%, 0%, 75%, 28%) |
| LAB | lab(68.7 -39.4 59.5) |
| LCH | lch(68.7 71.4 123.5) |
| OKLCH | oklch(0.717 0.174 130.2) |
Copy-ready code
/* CSS */
color: #7eb82f;
background-color: #7eb82f;
/* Tailwind (arbitrary) */
class="text-[#7eb82f] bg-[#7eb82f]"
/* SCSS */
$brand: #7eb82f;
/* SwiftUI */
Color(red: 0.494, green: 0.722, blue: 0.184)
/* Android */
Color.parseColor("#7eb82f")Accessibility — WCAG contrast
Aa
#7eb82f on white: 2.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7eb82f on black: 8.78:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red49.4%
Green72.2%
Blue18.4%
CMYK percentages
Cyan31.5%
Magenta0.0%
Yellow74.5%
Key (black)27.8%
Color previews
#7eb82f text on a black background
contrast 8.78:1
Card sample
#7eb82f text on a white background
contrast 2.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7eb82f;
Background color
Panel with #7eb82f background
background-color: #7eb82f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7eb82f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(126, 184, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(126, 184, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7eb82f; background: linear-gradient(135deg, #7eb82f, #2FB83B);