#7fbf13
a dark, electric green · cool · closest name: olivedrab
RGB
127, 191, 19
HSL
82°, 82%, 41%
CMYK
34, 0, 90, 25
Luminance
0.4182
Every format
| HEX | #7fbf13 |
| RGB | rgb(127, 191, 19) |
| HSL | hsl(82, 82%, 41%) |
| CMYK | cmyk(34%, 0%, 90%, 25%) |
| LAB | lab(70.8 -43.2 68.5) |
| LCH | lch(70.8 81.0 122.2) |
| OKLCH | oklch(0.733 0.193 130.0) |
Copy-ready code
/* CSS */
color: #7fbf13;
background-color: #7fbf13;
/* Tailwind (arbitrary) */
class="text-[#7fbf13] bg-[#7fbf13]"
/* SCSS */
$brand: #7fbf13;
/* SwiftUI */
Color(red: 0.498, green: 0.749, blue: 0.075)
/* Android */
Color.parseColor("#7fbf13")Accessibility — WCAG contrast
Aa
#7fbf13 on white: 2.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7fbf13 on black: 9.36:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red49.8%
Green74.9%
Blue7.5%
CMYK percentages
Cyan33.5%
Magenta0.0%
Yellow90.1%
Key (black)25.1%
Color previews
#7fbf13 text on a black background
contrast 9.36:1
Card sample
#7fbf13 text on a white background
contrast 2.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7fbf13;
Background color
Panel with #7fbf13 background
background-color: #7fbf13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7fbf13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(127, 191, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(127, 191, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7fbf13; background: linear-gradient(135deg, #7fbf13, #13BF1A);