#889900
a dark, electric yellow · cool · closest name: olive
RGB
136, 153, 0
HSL
67°, 100%, 30%
CMYK
11, 0, 100, 40
Luminance
0.2802
Every format
| HEX | #889900 |
| RGB | rgb(136, 153, 0) |
| HSL | hsl(67, 100%, 30%) |
| CMYK | cmyk(11%, 0%, 100%, 40%) |
| LAB | lab(59.9 -22.3 62.9) |
| LCH | lch(59.9 66.7 109.5) |
| OKLCH | oklch(0.647 0.150 117.4) |
Copy-ready code
/* CSS */
color: #889900;
background-color: #889900;
/* Tailwind (arbitrary) */
class="text-[#889900] bg-[#889900]"
/* SCSS */
$brand: #889900;
/* SwiftUI */
Color(red: 0.533, green: 0.600, blue: 0.000)
/* Android */
Color.parseColor("#889900")Accessibility — WCAG contrast
Aa
#889900 on white: 3.18:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#889900 on black: 6.60:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red53.3%
Green60.0%
Blue0.0%
CMYK percentages
Cyan11.1%
Magenta0.0%
Yellow100.0%
Key (black)40.0%
Color previews
#889900 text on a black background
contrast 6.60:1
Card sample
#889900 text on a white background
contrast 3.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #889900;
Background color
Panel with #889900 background
background-color: #889900;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #889900;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(136, 153, 0, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(136, 153, 0, 0.45);
Border & gradient
Gradient panel
border: 3px solid #889900; background: linear-gradient(135deg, #889900, #229900);