#719f13
a dark, electric green · cool · closest name: olivedrab
RGB
113, 159, 19
HSL
80°, 79%, 35%
CMYK
29, 0, 88, 38
Luminance
0.2835
Every format
| HEX | #719f13 |
| RGB | rgb(113, 159, 19) |
| HSL | hsl(80, 79%, 35%) |
| CMYK | cmyk(29%, 0%, 88%, 38%) |
| LAB | lab(60.2 -34.5 59.4) |
| LCH | lch(60.2 68.7 120.1) |
| OKLCH | oklch(0.645 0.163 127.8) |
Copy-ready code
/* CSS */
color: #719f13;
background-color: #719f13;
/* Tailwind (arbitrary) */
class="text-[#719f13] bg-[#719f13]"
/* SCSS */
$brand: #719f13;
/* SwiftUI */
Color(red: 0.443, green: 0.624, blue: 0.075)
/* Android */
Color.parseColor("#719f13")Accessibility — WCAG contrast
Aa
#719f13 on white: 3.15:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#719f13 on black: 6.67:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red44.3%
Green62.4%
Blue7.5%
CMYK percentages
Cyan28.9%
Magenta0.0%
Yellow88.1%
Key (black)37.6%
Color previews
#719f13 text on a black background
contrast 6.67:1
Card sample
#719f13 text on a white background
contrast 3.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #719f13;
Background color
Panel with #719f13 background
background-color: #719f13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #719f13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(113, 159, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(113, 159, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #719f13; background: linear-gradient(135deg, #719f13, #149F13);