#889933
a dark, vivid green · cool · closest name: olivedrab
RGB
136, 153, 51
HSL
70°, 50%, 40%
CMYK
11, 0, 67, 40
Luminance
0.2826
Every format
| HEX | #889933 |
| RGB | rgb(136, 153, 51) |
| HSL | hsl(70, 50%, 40%) |
| CMYK | cmyk(11%, 0%, 67%, 40%) |
| LAB | lab(60.1 -20.4 49.5) |
| LCH | lch(60.1 53.6 112.4) |
| OKLCH | oklch(0.649 0.127 118.2) |
Copy-ready code
/* CSS */
color: #889933;
background-color: #889933;
/* Tailwind (arbitrary) */
class="text-[#889933] bg-[#889933]"
/* SCSS */
$brand: #889933;
/* SwiftUI */
Color(red: 0.533, green: 0.600, blue: 0.200)
/* Android */
Color.parseColor("#889933")Accessibility — WCAG contrast
Aa
#889933 on white: 3.16:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#889933 on black: 6.65:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red53.3%
Green60.0%
Blue20.0%
CMYK percentages
Cyan11.1%
Magenta0.0%
Yellow66.7%
Key (black)40.0%
Color previews
#889933 text on a black background
contrast 6.65:1
Card sample
#889933 text on a white background
contrast 3.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #889933;
Background color
Panel with #889933 background
background-color: #889933;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #889933;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(136, 153, 51, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(136, 153, 51, 0.45);
Border & gradient
Gradient panel
border: 3px solid #889933; background: linear-gradient(135deg, #889933, #449933);