#7fbc06
a dark, electric green · cool · closest name: olivedrab
RGB
127, 188, 6
HSL
80°, 94%, 38%
CMYK
32, 0, 97, 26
Luminance
0.4049
Every format
| HEX | #7fbc06 |
| RGB | rgb(127, 188, 6) |
| HSL | hsl(80, 94%, 38%) |
| CMYK | cmyk(32%, 0%, 97%, 26%) |
| LAB | lab(69.8 -42.2 69.5) |
| LCH | lch(69.8 81.3 121.2) |
| OKLCH | oklch(0.726 0.192 129.3) |
Copy-ready code
/* CSS */
color: #7fbc06;
background-color: #7fbc06;
/* Tailwind (arbitrary) */
class="text-[#7fbc06] bg-[#7fbc06]"
/* SCSS */
$brand: #7fbc06;
/* SwiftUI */
Color(red: 0.498, green: 0.737, blue: 0.024)
/* Android */
Color.parseColor("#7fbc06")Accessibility — WCAG contrast
Aa
#7fbc06 on white: 2.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7fbc06 on black: 9.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red49.8%
Green73.7%
Blue2.4%
CMYK percentages
Cyan32.4%
Magenta0.0%
Yellow96.8%
Key (black)26.3%
Color previews
#7fbc06 text on a black background
contrast 9.10:1
Card sample
#7fbc06 text on a white background
contrast 2.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7fbc06;
Background color
Panel with #7fbc06 background
background-color: #7fbc06;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7fbc06;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(127, 188, 6, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(127, 188, 6, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7fbc06; background: linear-gradient(135deg, #7fbc06, #06BC06);