#718421
a dark, vivid green · cool · closest name: olivedrab
RGB
113, 132, 33
HSL
72°, 60%, 32%
CMYK
14, 0, 75, 48
Luminance
0.2012
Every format
| HEX | #718421 |
| RGB | rgb(113, 132, 33) |
| HSL | hsl(72, 60%, 32%) |
| CMYK | cmyk(14%, 0%, 75%, 48%) |
| LAB | lab(52.0 -20.8 48.0) |
| LCH | lch(52.0 52.3 113.4) |
| OKLCH | oklch(0.579 0.123 120.0) |
Copy-ready code
/* CSS */
color: #718421;
background-color: #718421;
/* Tailwind (arbitrary) */
class="text-[#718421] bg-[#718421]"
/* SCSS */
$brand: #718421;
/* SwiftUI */
Color(red: 0.443, green: 0.518, blue: 0.129)
/* Android */
Color.parseColor("#718421")Accessibility — WCAG contrast
Aa
#718421 on white: 4.18:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#718421 on black: 5.02:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red44.3%
Green51.8%
Blue12.9%
CMYK percentages
Cyan14.4%
Magenta0.0%
Yellow75.0%
Key (black)48.2%
Color previews
#718421 text on a black background
contrast 5.02:1
Card sample
#718421 text on a white background
contrast 4.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #718421;
Background color
Panel with #718421 background
background-color: #718421;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #718421;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(113, 132, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(113, 132, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #718421; background: linear-gradient(135deg, #718421, #2F8421);