#889113
a dark, electric yellow · cool · closest name: olive
RGB
136, 145, 19
HSL
64°, 77%, 32%
CMYK
6, 0, 87, 43
Luminance
0.2553
Every format
| HEX | #889113 |
| RGB | rgb(136, 145, 19) |
| HSL | hsl(64, 77%, 32%) |
| CMYK | cmyk(6%, 0%, 87%, 43%) |
| LAB | lab(57.6 -17.9 57.9) |
| LCH | lch(57.6 60.6 107.1) |
| OKLCH | oklch(0.628 0.136 114.2) |
Copy-ready code
/* CSS */
color: #889113;
background-color: #889113;
/* Tailwind (arbitrary) */
class="text-[#889113] bg-[#889113]"
/* SCSS */
$brand: #889113;
/* SwiftUI */
Color(red: 0.533, green: 0.569, blue: 0.075)
/* Android */
Color.parseColor("#889113")Accessibility — WCAG contrast
Aa
#889113 on white: 3.44:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#889113 on black: 6.11:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red53.3%
Green56.9%
Blue7.5%
CMYK percentages
Cyan6.2%
Magenta0.0%
Yellow86.9%
Key (black)43.1%
Color previews
#889113 text on a black background
contrast 6.11:1
Card sample
#889113 text on a white background
contrast 3.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #889113;
Background color
Panel with #889113 background
background-color: #889113;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #889113;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(136, 145, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(136, 145, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #889113; background: linear-gradient(135deg, #889113, #349113);