#729a21
a dark, vivid green · cool · closest name: olivedrab
RGB
114, 154, 33
HSL
80°, 65%, 37%
CMYK
26, 0, 79, 40
Luminance
0.2680
Every format
| HEX | #729a21 |
| RGB | rgb(114, 154, 33) |
| HSL | hsl(80, 65%, 37%) |
| CMYK | cmyk(26%, 0%, 79%, 40%) |
| LAB | lab(58.8 -31.2 54.5) |
| LCH | lch(58.8 62.8 119.8) |
| OKLCH | oklch(0.634 0.150 126.8) |
Copy-ready code
/* CSS */
color: #729a21;
background-color: #729a21;
/* Tailwind (arbitrary) */
class="text-[#729a21] bg-[#729a21]"
/* SCSS */
$brand: #729a21;
/* SwiftUI */
Color(red: 0.447, green: 0.604, blue: 0.129)
/* Android */
Color.parseColor("#729a21")Accessibility — WCAG contrast
Aa
#729a21 on white: 3.30:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#729a21 on black: 6.36:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red44.7%
Green60.4%
Blue12.9%
CMYK percentages
Cyan26.0%
Magenta0.0%
Yellow78.6%
Key (black)39.6%
Color previews
#729a21 text on a black background
contrast 6.36:1
Card sample
#729a21 text on a white background
contrast 3.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #729a21;
Background color
Panel with #729a21 background
background-color: #729a21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #729a21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(114, 154, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(114, 154, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #729a21; background: linear-gradient(135deg, #729a21, #219A21);