HSL(71, 11%, 51%)
Grayish Green — Green color
Adjust Color
Color Information
Color Name
Grayish Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
N/A
CSS Class
bg-[hsl(71,11%,51%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(71, 11%, 51%) | color: hsl(71, 11%, 51%) | |
| HEX | #8B9074 | color: #8B9074 | |
| RGB | rgb(139, 144, 116) | color: rgb(139, 144, 116) | |
| CMYK | cmyk(3%, 0%, 19%, 44%) | — | |
| HSV | hsv(71, 19%, 56%) | — | |
| HWB | hwb(71 45% 44%) | color: hwb(71 45% 44%) | |
| OKLCH | oklch(0.6414 0.0407 115.78) | color: oklch(0.6414 0.0407 115.78) | |
| Lab | lab(58.69 -6.92 14.3) | color: lab(58.69 -6.92 14.3) | |
| LCH | lch(58.69 15.89 115.82) | color: lch(58.69 15.89 115.82) |
Color Theory
Accessibility (WCAG)
White text on color
Black text on color
Colored text
Contrast Ratios
AA Normal (4.5:1)
AA Large (3:1)
AAA Normal (7:1)
Best text on this color: black
Color Blindness Simulation
Protanopia (Red-blind)
#8D8D7B — rgb(141, 141, 123)
Deuteranopia (Green-blind)
#8D8D7C — rgb(141, 141, 124)
Tritanopia (Blue-blind)
#8B8081 — rgb(139, 128, 129)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(71, 11%, 51%);
text
color: hsl(71, 11%, 51%);
border
border: 2px solid hsl(71, 11%, 51%);
gradient light
background: linear-gradient(to right, hsl(71, 11%, 71%), hsl(71, 11%, 51%));
gradient dark
background: linear-gradient(to right, hsl(71, 11%, 51%), hsl(71, 11%, 31%))
hex
background-color: #8B9074;
tailwind
bg-[hsl(71,11%,51%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(71, 11%, 51%, 0.4);
css variable
--color-primary: hsl(71, 11%, 51%);
Related Colors
Use Cases for Grayish Green
Frequently Asked Questions
What are all the color codes for HSL(71, 11%, 51%)?
HEX: #8B9074 | RGB: rgb(139, 144, 116) | CMYK: 3%, 0%, 19%, 44% | HSV: 71°, 19%, 56%. Copy any format from the conversion table above.
What colors go well with #8B9074?
The complementary color is HSL(251, 11%, 51%). For a triadic harmony, use hues 71°, 191°, and 311°. For analogous combinations, try hues 41° and 101°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(71, 11%, 51%) in CSS?
As HSL: color: hsl(71, 11%, 51%); — As HEX: color: #8B9074; — As RGB: color: rgb(139, 144, 116); — Tailwind CSS: bg-[hsl(71,11%,51%)] — CSS variable: --color-primary: hsl(71, 11%, 51%);