HSL(159, 9%, 55%)
Grayish Gray — Gray color
Adjust Color
Color Information
Color Name
Grayish Gray
Color Family
Gray
Warm / Cool
🔵 Cool
Temperature
N/A
CSS Class
bg-[hsl(159,9%,55%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(159, 9%, 55%) | color: hsl(159, 9%, 55%) | |
| HEX | #82978F | color: #82978F | |
| RGB | rgb(130, 151, 143) | color: rgb(130, 151, 143) | |
| CMYK | cmyk(14%, 0%, 5%, 41%) | — | |
| HSV | hsv(157, 14%, 59%) | — | |
| HWB | hwb(157 51% 41%) | color: hwb(157 51% 41%) | |
| OKLCH | oklch(0.6575 0.0266 170.51) | color: oklch(0.6575 0.0266 170.51) | |
| Lab | lab(60.66 -9.09 1.71) | color: lab(60.66 -9.09 1.71) | |
| LCH | lch(60.66 9.25 169.35) | color: lch(60.66 9.25 169.35) |
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)
#8B8B91 — rgb(139, 139, 145)
Deuteranopia (Green-blind)
#8A8891 — rgb(138, 136, 145)
Tritanopia (Blue-blind)
#839293 — rgb(131, 146, 147)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(159, 9%, 55%);
text
color: hsl(159, 9%, 55%);
border
border: 2px solid hsl(159, 9%, 55%);
gradient light
background: linear-gradient(to right, hsl(159, 9%, 75%), hsl(159, 9%, 55%));
gradient dark
background: linear-gradient(to right, hsl(159, 9%, 55%), hsl(159, 9%, 35%))
hex
background-color: #82978F;
tailwind
bg-[hsl(159,9%,55%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(159, 9%, 55%, 0.4);
css variable
--color-primary: hsl(159, 9%, 55%);
Related Colors
Use Cases for Grayish Gray
Frequently Asked Questions
What are all the color codes for HSL(159, 9%, 55%)?
HEX: #82978F | RGB: rgb(130, 151, 143) | CMYK: 14%, 0%, 5%, 41% | HSV: 157°, 14%, 59%. Copy any format from the conversion table above.
What colors go well with #82978F?
The complementary color is HSL(339, 9%, 55%). For a triadic harmony, use hues 159°, 279°, and 39°. For analogous combinations, try hues 129° and 189°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(159, 9%, 55%) in CSS?
As HSL: color: hsl(159, 9%, 55%); — As HEX: color: #82978F; — As RGB: color: rgb(130, 151, 143); — Tailwind CSS: bg-[hsl(159,9%,55%)] — CSS variable: --color-primary: hsl(159, 9%, 55%);