#7fbc2d
a balanced, vivid green · cool · closest name: olivedrab
RGB
127, 188, 45
HSL
86°, 61%, 46%
CMYK
32, 0, 76, 26
Luminance
0.4067
Every format
| HEX | #7fbc2d |
| RGB | rgb(127, 188, 45) |
| HSL | hsl(86, 61%, 46%) |
| CMYK | cmyk(32%, 0%, 76%, 26%) |
| LAB | lab(69.9 -40.9 61.4) |
| LCH | lch(69.9 73.8 123.7) |
| OKLCH | oklch(0.727 0.179 130.5) |
Copy-ready code
/* CSS */
color: #7fbc2d;
background-color: #7fbc2d;
/* Tailwind (arbitrary) */
class="text-[#7fbc2d] bg-[#7fbc2d]"
/* SCSS */
$brand: #7fbc2d;
/* SwiftUI */
Color(red: 0.498, green: 0.737, blue: 0.176)
/* Android */
Color.parseColor("#7fbc2d")Accessibility — WCAG contrast
Aa
#7fbc2d on white: 2.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7fbc2d on black: 9.13:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red49.8%
Green73.7%
Blue17.6%
CMYK percentages
Cyan32.4%
Magenta0.0%
Yellow76.1%
Key (black)26.3%
Color previews
#7fbc2d text on a black background
contrast 9.13:1
Card sample
#7fbc2d text on a white background
contrast 2.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7fbc2d;
Background color
Panel with #7fbc2d background
background-color: #7fbc2d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7fbc2d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(127, 188, 45, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(127, 188, 45, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7fbc2d; background: linear-gradient(135deg, #7fbc2d, #2DBC3A);