#889922
a dark, vivid yellow · cool · closest name: olivedrab
RGB
136, 153, 34
HSL
69°, 64%, 37%
CMYK
11, 0, 78, 40
Luminance
0.2813
Every format
| HEX | #889922 |
| RGB | rgb(136, 153, 34) |
| HSL | hsl(69, 64%, 37%) |
| CMYK | cmyk(11%, 0%, 78%, 40%) |
| LAB | lab(60.0 -21.4 55.8) |
| LCH | lch(60.0 59.8 111.0) |
| OKLCH | oklch(0.648 0.139 117.7) |
Copy-ready code
/* CSS */
color: #889922;
background-color: #889922;
/* Tailwind (arbitrary) */
class="text-[#889922] bg-[#889922]"
/* SCSS */
$brand: #889922;
/* SwiftUI */
Color(red: 0.533, green: 0.600, blue: 0.133)
/* Android */
Color.parseColor("#889922")Accessibility — WCAG contrast
Aa
#889922 on white: 3.17:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#889922 on black: 6.63:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red53.3%
Green60.0%
Blue13.3%
CMYK percentages
Cyan11.1%
Magenta0.0%
Yellow77.8%
Key (black)40.0%
Color previews
#889922 text on a black background
contrast 6.63:1
Card sample
#889922 text on a white background
contrast 3.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #889922;
Background color
Panel with #889922 background
background-color: #889922;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #889922;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(136, 153, 34, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(136, 153, 34, 0.45);
Border & gradient
Gradient panel
border: 3px solid #889922; background: linear-gradient(135deg, #889922, #399922);