HSL(90, 13%, 53%)
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(90,13%,53%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(90, 13%, 53%) | color: hsl(90, 13%, 53%) | |
| HEX | #879778 | color: #879778 | |
| RGB | rgb(135, 151, 120) | color: rgb(135, 151, 120) | |
| CMYK | cmyk(11%, 0%, 21%, 41%) | — | |
| HSV | hsv(91, 21%, 59%) | — | |
| HWB | hwb(91 47% 41%) | color: hwb(91 47% 41%) | |
| OKLCH | oklch(0.655 0.0483 129.92) | color: oklch(0.655 0.0483 129.92) | |
| Lab | lab(60.46 -11.6 14.46) | color: lab(60.46 -11.6 14.46) | |
| LCH | lch(60.46 18.54 128.74) | color: lch(60.46 18.54 128.74) |
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)
#8E8E80 — rgb(142, 142, 128)
Deuteranopia (Green-blind)
#8D8C81 — rgb(141, 140, 129)
Tritanopia (Blue-blind)
#888587 — rgb(136, 133, 135)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(90, 13%, 53%);
text
color: hsl(90, 13%, 53%);
border
border: 2px solid hsl(90, 13%, 53%);
gradient light
background: linear-gradient(to right, hsl(90, 13%, 73%), hsl(90, 13%, 53%));
gradient dark
background: linear-gradient(to right, hsl(90, 13%, 53%), hsl(90, 13%, 33%))
hex
background-color: #879778;
tailwind
bg-[hsl(90,13%,53%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(90, 13%, 53%, 0.4);
css variable
--color-primary: hsl(90, 13%, 53%);
Related Colors
Use Cases for Grayish Green
Frequently Asked Questions
What are all the color codes for HSL(90, 13%, 53%)?
HEX: #879778 | RGB: rgb(135, 151, 120) | CMYK: 11%, 0%, 21%, 41% | HSV: 91°, 21%, 59%. Copy any format from the conversion table above.
What colors go well with #879778?
The complementary color is HSL(270, 13%, 53%). For a triadic harmony, use hues 90°, 210°, and 330°. For analogous combinations, try hues 60° and 120°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(90, 13%, 53%) in CSS?
As HSL: color: hsl(90, 13%, 53%); — As HEX: color: #879778; — As RGB: color: rgb(135, 151, 120); — Tailwind CSS: bg-[hsl(90,13%,53%)] — CSS variable: --color-primary: hsl(90, 13%, 53%);