#728921
a dark, vivid green · cool · closest name: olivedrab
RGB
114, 137, 33
HSL
73°, 61%, 33%
CMYK
17, 0, 76, 46
Luminance
0.2158
Every format
| HEX | #728921 |
| RGB | rgb(114, 137, 33) |
| HSL | hsl(73, 61%, 33%) |
| CMYK | cmyk(17%, 0%, 76%, 46%) |
| LAB | lab(53.6 -22.9 49.5) |
| LCH | lch(53.6 54.6 114.8) |
| OKLCH | oklch(0.592 0.129 121.5) |
Copy-ready code
/* CSS */
color: #728921;
background-color: #728921;
/* Tailwind (arbitrary) */
class="text-[#728921] bg-[#728921]"
/* SCSS */
$brand: #728921;
/* SwiftUI */
Color(red: 0.447, green: 0.537, blue: 0.129)
/* Android */
Color.parseColor("#728921")Accessibility — WCAG contrast
Aa
#728921 on white: 3.95:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#728921 on black: 5.32:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red44.7%
Green53.7%
Blue12.9%
CMYK percentages
Cyan16.8%
Magenta0.0%
Yellow75.9%
Key (black)46.3%
Color previews
#728921 text on a black background
contrast 5.32:1
Card sample
#728921 text on a white background
contrast 3.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #728921;
Background color
Panel with #728921 background
background-color: #728921;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #728921;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(114, 137, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(114, 137, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #728921; background: linear-gradient(135deg, #728921, #2D8921);