#718844
a dark, soft green · cool · closest name: olivedrab
RGB
113, 136, 68
HSL
80°, 33%, 40%
CMYK
17, 0, 50, 47
Luminance
0.2154
Every format
| HEX | #718844 |
| RGB | rgb(113, 136, 68) |
| HSL | hsl(80, 33%, 40%) |
| CMYK | cmyk(17%, 0%, 50%, 47%) |
| LAB | lab(53.5 -19.9 33.6) |
| LCH | lch(53.5 39.0 120.7) |
| OKLCH | oklch(0.593 0.098 124.7) |
Copy-ready code
/* CSS */
color: #718844;
background-color: #718844;
/* Tailwind (arbitrary) */
class="text-[#718844] bg-[#718844]"
/* SCSS */
$brand: #718844;
/* SwiftUI */
Color(red: 0.443, green: 0.533, blue: 0.267)
/* Android */
Color.parseColor("#718844")Accessibility — WCAG contrast
Aa
#718844 on white: 3.96:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#718844 on black: 5.31:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red44.3%
Green53.3%
Blue26.7%
CMYK percentages
Cyan16.9%
Magenta0.0%
Yellow50.0%
Key (black)46.7%
Color previews
#718844 text on a black background
contrast 5.31:1
Card sample
#718844 text on a white background
contrast 3.96:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #718844;
Background color
Panel with #718844 background
background-color: #718844;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #718844;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(113, 136, 68, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(113, 136, 68, 0.45);
Border & gradient
Gradient panel
border: 3px solid #718844; background: linear-gradient(135deg, #718844, #448844);