#7fac0f
a dark, electric green · cool · closest name: olivedrab
RGB
127, 172, 15
HSL
77°, 84%, 37%
CMYK
26, 0, 91, 33
Luminance
0.3405
Every format
| HEX | #7fac0f |
| RGB | rgb(127, 172, 15) |
| HSL | hsl(77, 84%, 37%) |
| CMYK | cmyk(26%, 0%, 91%, 33%) |
| LAB | lab(65.0 -34.9 64.5) |
| LCH | lch(65.0 73.3 118.4) |
| OKLCH | oklch(0.686 0.172 126.3) |
Copy-ready code
/* CSS */
color: #7fac0f;
background-color: #7fac0f;
/* Tailwind (arbitrary) */
class="text-[#7fac0f] bg-[#7fac0f]"
/* SCSS */
$brand: #7fac0f;
/* SwiftUI */
Color(red: 0.498, green: 0.675, blue: 0.059)
/* Android */
Color.parseColor("#7fac0f")Accessibility — WCAG contrast
Aa
#7fac0f on white: 2.69:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7fac0f on black: 7.81:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red49.8%
Green67.5%
Blue5.9%
CMYK percentages
Cyan26.2%
Magenta0.0%
Yellow91.3%
Key (black)32.5%
Color previews
#7fac0f text on a black background
contrast 7.81:1
Card sample
#7fac0f text on a white background
contrast 2.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7fac0f;
Background color
Panel with #7fac0f background
background-color: #7fac0f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7fac0f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(127, 172, 15, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(127, 172, 15, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7fac0f; background: linear-gradient(135deg, #7fac0f, #16AC0F);