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