#718321
a dark, vivid green · cool · closest name: olivedrab
RGB
113, 131, 33
HSL
71°, 60%, 32%
CMYK
14, 0, 75, 49
Luminance
0.1985
Every format
| HEX | #718321 |
| RGB | rgb(113, 131, 33) |
| HSL | hsl(71, 60%, 32%) |
| CMYK | cmyk(14%, 0%, 75%, 49%) |
| LAB | lab(51.7 -20.3 47.7) |
| LCH | lch(51.7 51.8 113.0) |
| OKLCH | oklch(0.576 0.122 119.6) |
Copy-ready code
/* CSS */
color: #718321;
background-color: #718321;
/* Tailwind (arbitrary) */
class="text-[#718321] bg-[#718321]"
/* SCSS */
$brand: #718321;
/* SwiftUI */
Color(red: 0.443, green: 0.514, blue: 0.129)
/* Android */
Color.parseColor("#718321")Accessibility — WCAG contrast
Aa
#718321 on white: 4.22:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#718321 on black: 4.97:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red44.3%
Green51.4%
Blue12.9%
CMYK percentages
Cyan13.7%
Magenta0.0%
Yellow74.8%
Key (black)48.6%
Color previews
#718321 text on a black background
contrast 4.97:1
Card sample
#718321 text on a white background
contrast 4.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #718321;
Background color
Panel with #718321 background
background-color: #718321;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #718321;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(113, 131, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(113, 131, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #718321; background: linear-gradient(135deg, #718321, #308321);