#718b39
a dark, soft green · cool · closest name: olivedrab
RGB
113, 139, 57
HSL
79°, 42%, 38%
CMYK
19, 0, 59, 46
Luminance
0.2227
Every format
| HEX | #718b39 |
| RGB | rgb(113, 139, 57) |
| HSL | hsl(79, 42%, 38%) |
| CMYK | cmyk(19%, 0%, 59%, 46%) |
| LAB | lab(54.3 -22.6 40.0) |
| LCH | lch(54.3 46.0 119.4) |
| OKLCH | oklch(0.598 0.113 124.5) |
Copy-ready code
/* CSS */
color: #718b39;
background-color: #718b39;
/* Tailwind (arbitrary) */
class="text-[#718b39] bg-[#718b39]"
/* SCSS */
$brand: #718b39;
/* SwiftUI */
Color(red: 0.443, green: 0.545, blue: 0.224)
/* Android */
Color.parseColor("#718b39")Accessibility — WCAG contrast
Aa
#718b39 on white: 3.85:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#718b39 on black: 5.45:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red44.3%
Green54.5%
Blue22.4%
CMYK percentages
Cyan18.7%
Magenta0.0%
Yellow59.0%
Key (black)45.5%
Color previews
#718b39 text on a black background
contrast 5.45:1
Card sample
#718b39 text on a white background
contrast 3.85:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #718b39;
Background color
Panel with #718b39 background
background-color: #718b39;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #718b39;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(113, 139, 57, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(113, 139, 57, 0.45);
Border & gradient
Gradient panel
border: 3px solid #718b39; background: linear-gradient(135deg, #718b39, #3A8B39);