#718721
a dark, vivid green · cool · closest name: olivedrab
RGB
113, 135, 33
HSL
73°, 61%, 33%
CMYK
16, 0, 76, 47
Luminance
0.2095
Every format
| HEX | #718721 |
| RGB | rgb(113, 135, 33) |
| HSL | hsl(73, 61%, 33%) |
| CMYK | cmyk(16%, 0%, 76%, 47%) |
| LAB | lab(52.9 -22.3 48.9) |
| LCH | lch(52.9 53.7 114.6) |
| OKLCH | oklch(0.586 0.127 121.2) |
Copy-ready code
/* CSS */
color: #718721;
background-color: #718721;
/* Tailwind (arbitrary) */
class="text-[#718721] bg-[#718721]"
/* SCSS */
$brand: #718721;
/* SwiftUI */
Color(red: 0.443, green: 0.529, blue: 0.129)
/* Android */
Color.parseColor("#718721")Accessibility — WCAG contrast
Aa
#718721 on white: 4.05:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#718721 on black: 5.19:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red44.3%
Green52.9%
Blue12.9%
CMYK percentages
Cyan16.3%
Magenta0.0%
Yellow75.6%
Key (black)47.1%
Color previews
#718721 text on a black background
contrast 5.19:1
Card sample
#718721 text on a white background
contrast 4.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #718721;
Background color
Panel with #718721 background
background-color: #718721;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #718721;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(113, 135, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(113, 135, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #718721; background: linear-gradient(135deg, #718721, #2D8721);