#899e21
a dark, vivid green · cool · closest name: olivedrab
RGB
137, 158, 33
HSL
70°, 65%, 38%
CMYK
13, 0, 79, 38
Luminance
0.2988
Every format
| HEX | #899e21 |
| RGB | rgb(137, 158, 33) |
| HSL | hsl(70, 65%, 38%) |
| CMYK | cmyk(13%, 0%, 79%, 38%) |
| LAB | lab(61.5 -23.5 57.6) |
| LCH | lch(61.5 62.2 112.2) |
| OKLCH | oklch(0.660 0.144 119.2) |
Copy-ready code
/* CSS */
color: #899e21;
background-color: #899e21;
/* Tailwind (arbitrary) */
class="text-[#899e21] bg-[#899e21]"
/* SCSS */
$brand: #899e21;
/* SwiftUI */
Color(red: 0.537, green: 0.620, blue: 0.129)
/* Android */
Color.parseColor("#899e21")Accessibility — WCAG contrast
Aa
#899e21 on white: 3.01:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#899e21 on black: 6.98:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red53.7%
Green62.0%
Blue12.9%
CMYK percentages
Cyan13.3%
Magenta0.0%
Yellow79.1%
Key (black)38.0%
Color previews
#899e21 text on a black background
contrast 6.98:1
Card sample
#899e21 text on a white background
contrast 3.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #899e21;
Background color
Panel with #899e21 background
background-color: #899e21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #899e21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(137, 158, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(137, 158, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #899e21; background: linear-gradient(135deg, #899e21, #369E21);