#728521
a dark, vivid green · cool · closest name: olivedrab
RGB
114, 133, 33
HSL
71°, 60%, 33%
CMYK
14, 0, 75, 48
Luminance
0.2046
Every format
| HEX | #728521 |
| RGB | rgb(114, 133, 33) |
| HSL | hsl(71, 60%, 33%) |
| CMYK | cmyk(14%, 0%, 75%, 48%) |
| LAB | lab(52.4 -20.9 48.4) |
| LCH | lch(52.4 52.7 113.3) |
| OKLCH | oklch(0.582 0.124 119.9) |
Copy-ready code
/* CSS */
color: #728521;
background-color: #728521;
/* Tailwind (arbitrary) */
class="text-[#728521] bg-[#728521]"
/* SCSS */
$brand: #728521;
/* SwiftUI */
Color(red: 0.447, green: 0.522, blue: 0.129)
/* Android */
Color.parseColor("#728521")Accessibility — WCAG contrast
Aa
#728521 on white: 4.12:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#728521 on black: 5.09:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red44.7%
Green52.2%
Blue12.9%
CMYK percentages
Cyan14.3%
Magenta0.0%
Yellow75.2%
Key (black)47.8%
Color previews
#728521 text on a black background
contrast 5.09:1
Card sample
#728521 text on a white background
contrast 4.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #728521;
Background color
Panel with #728521 background
background-color: #728521;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #728521;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(114, 133, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(114, 133, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #728521; background: linear-gradient(135deg, #728521, #2F8521);