#078913
a dark, electric green · cool · closest name: green
RGB
7, 137, 19
HSL
126°, 90%, 28%
CMYK
95, 0, 86, 46
Luminance
0.1798
Every format
| HEX | #078913 |
| RGB | rgb(7, 137, 19) |
| HSL | hsl(126, 90%, 28%) |
| CMYK | cmyk(95%, 0%, 86%, 46%) |
| LAB | lab(49.5 -53.1 48.7) |
| LCH | lch(49.5 72.0 137.5) |
| OKLCH | oklch(0.547 0.179 143.2) |
Copy-ready code
/* CSS */
color: #078913;
background-color: #078913;
/* Tailwind (arbitrary) */
class="text-[#078913] bg-[#078913]"
/* SCSS */
$brand: #078913;
/* SwiftUI */
Color(red: 0.027, green: 0.537, blue: 0.075)
/* Android */
Color.parseColor("#078913")Accessibility — WCAG contrast
Aa
#078913 on white: 4.57:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#078913 on black: 4.60:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red2.7%
Green53.7%
Blue7.5%
CMYK percentages
Cyan94.9%
Magenta0.0%
Yellow86.1%
Key (black)46.3%
Color previews
#078913 text on a black background
contrast 4.60:1
Card sample
#078913 text on a white background
contrast 4.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #078913;
Background color
Panel with #078913 background
background-color: #078913;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #078913;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(7, 137, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(7, 137, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #078913; background: linear-gradient(135deg, #078913, #078969);