#899f2c
a dark, vivid green · cool · closest name: olivedrab
RGB
137, 159, 44
HSL
72°, 57%, 40%
CMYK
14, 0, 72, 38
Luminance
0.3030
Every format
| HEX | #899f2c |
| RGB | rgb(137, 159, 44) |
| HSL | hsl(72, 57%, 40%) |
| CMYK | cmyk(14%, 0%, 72%, 38%) |
| LAB | lab(61.9 -23.5 54.2) |
| LCH | lch(61.9 59.0 113.4) |
| OKLCH | oklch(0.664 0.139 119.9) |
Copy-ready code
/* CSS */
color: #899f2c;
background-color: #899f2c;
/* Tailwind (arbitrary) */
class="text-[#899f2c] bg-[#899f2c]"
/* SCSS */
$brand: #899f2c;
/* SwiftUI */
Color(red: 0.537, green: 0.624, blue: 0.173)
/* Android */
Color.parseColor("#899f2c")Accessibility — WCAG contrast
Aa
#899f2c on white: 2.97:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#899f2c on black: 7.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red53.7%
Green62.4%
Blue17.3%
CMYK percentages
Cyan13.8%
Magenta0.0%
Yellow72.3%
Key (black)37.6%
Color previews
#899f2c text on a black background
contrast 7.06:1
Card sample
#899f2c text on a white background
contrast 2.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #899f2c;
Background color
Panel with #899f2c background
background-color: #899f2c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #899f2c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(137, 159, 44, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(137, 159, 44, 0.45);
Border & gradient
Gradient panel
border: 3px solid #899f2c; background: linear-gradient(135deg, #899f2c, #3C9F2C);