#7fbc39
a balanced, vivid green · cool · closest name: olivedrab
RGB
127, 188, 57
HSL
88°, 54%, 48%
CMYK
32, 0, 70, 26
Luminance
0.4077
Every format
| HEX | #7fbc39 |
| RGB | rgb(127, 188, 57) |
| HSL | hsl(88, 54%, 48%) |
| CMYK | cmyk(32%, 0%, 70%, 26%) |
| LAB | lab(70.0 -40.2 57.2) |
| LCH | lch(70.0 69.9 125.1) |
| OKLCH | oklch(0.728 0.172 131.2) |
Copy-ready code
/* CSS */
color: #7fbc39;
background-color: #7fbc39;
/* Tailwind (arbitrary) */
class="text-[#7fbc39] bg-[#7fbc39]"
/* SCSS */
$brand: #7fbc39;
/* SwiftUI */
Color(red: 0.498, green: 0.737, blue: 0.224)
/* Android */
Color.parseColor("#7fbc39")Accessibility — WCAG contrast
Aa
#7fbc39 on white: 2.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7fbc39 on black: 9.15:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red49.8%
Green73.7%
Blue22.4%
CMYK percentages
Cyan32.4%
Magenta0.0%
Yellow69.7%
Key (black)26.3%
Color previews
#7fbc39 text on a black background
contrast 9.15:1
Card sample
#7fbc39 text on a white background
contrast 2.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7fbc39;
Background color
Panel with #7fbc39 background
background-color: #7fbc39;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7fbc39;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(127, 188, 57, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(127, 188, 57, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7fbc39; background: linear-gradient(135deg, #7fbc39, #39BC4A);