#7fbd13
a dark, electric green · cool · closest name: olivedrab
RGB
127, 189, 19
HSL
82°, 82%, 41%
CMYK
33, 0, 90, 26
Luminance
0.4095
Every format
| HEX | #7fbd13 |
| RGB | rgb(127, 189, 19) |
| HSL | hsl(82, 82%, 41%) |
| CMYK | cmyk(33%, 0%, 90%, 26%) |
| LAB | lab(70.1 -42.4 68.0) |
| LCH | lch(70.1 80.1 121.9) |
| OKLCH | oklch(0.728 0.191 129.7) |
Copy-ready code
/* CSS */
color: #7fbd13;
background-color: #7fbd13;
/* Tailwind (arbitrary) */
class="text-[#7fbd13] bg-[#7fbd13]"
/* SCSS */
$brand: #7fbd13;
/* SwiftUI */
Color(red: 0.498, green: 0.741, blue: 0.075)
/* Android */
Color.parseColor("#7fbd13")Accessibility — WCAG contrast
Aa
#7fbd13 on white: 2.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7fbd13 on black: 9.19:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red49.8%
Green74.1%
Blue7.5%
CMYK percentages
Cyan32.8%
Magenta0.0%
Yellow89.9%
Key (black)25.9%
Color previews
#7fbd13 text on a black background
contrast 9.19:1
Card sample
#7fbd13 text on a white background
contrast 2.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7fbd13;
Background color
Panel with #7fbd13 background
background-color: #7fbd13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7fbd13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(127, 189, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(127, 189, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7fbd13; background: linear-gradient(135deg, #7fbd13, #13BD18);