#889955
a balanced, soft green · cool · closest name: olivedrab
RGB
136, 153, 85
HSL
75°, 29%, 47%
CMYK
11, 0, 44, 40
Luminance
0.2867
Every format
| HEX | #889955 |
| RGB | rgb(136, 153, 85) |
| HSL | hsl(75, 29%, 47%) |
| CMYK | cmyk(11%, 0%, 44%, 40%) |
| LAB | lab(60.5 -17.3 33.6) |
| LCH | lch(60.5 37.8 117.2) |
| OKLCH | oklch(0.653 0.095 120.6) |
Copy-ready code
/* CSS */
color: #889955;
background-color: #889955;
/* Tailwind (arbitrary) */
class="text-[#889955] bg-[#889955]"
/* SCSS */
$brand: #889955;
/* SwiftUI */
Color(red: 0.533, green: 0.600, blue: 0.333)
/* Android */
Color.parseColor("#889955")Accessibility — WCAG contrast
Aa
#889955 on white: 3.12:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#889955 on black: 6.73:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red53.3%
Green60.0%
Blue33.3%
CMYK percentages
Cyan11.1%
Magenta0.0%
Yellow44.4%
Key (black)40.0%
Color previews
#889955 text on a black background
contrast 6.73:1
Card sample
#889955 text on a white background
contrast 3.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #889955;
Background color
Panel with #889955 background
background-color: #889955;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #889955;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(136, 153, 85, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(136, 153, 85, 0.45);
Border & gradient
Gradient panel
border: 3px solid #889955; background: linear-gradient(135deg, #889955, #5B9955);