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