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