HSL(101, 6%, 56%)
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(101,6%,56%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(101, 6%, 56%) | color: hsl(101, 6%, 56%) | |
| HEX | #8C9688 | color: #8C9688 | |
| RGB | rgb(140, 150, 136) | color: rgb(140, 150, 136) | |
| CMYK | cmyk(7%, 0%, 9%, 41%) | — | |
| HSV | hsv(103, 9%, 59%) | — | |
| HWB | hwb(103 54% 41%) | color: hwb(103 54% 41%) | |
| OKLCH | oklch(0.6609 0.0234 136.64) | color: oklch(0.6609 0.0234 136.64) | |
| Lab | lab(60.93 -6.32 6.15) | color: lab(60.93 -6.32 6.15) | |
| LCH | lch(60.93 8.82 135.78) | color: lch(60.93 8.82 135.78) |
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)
#90908B — rgb(144, 144, 139)
Deuteranopia (Green-blind)
#908F8C — rgb(144, 143, 140)
Tritanopia (Blue-blind)
#8D8E8F — rgb(141, 142, 143)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(101, 6%, 56%);
text
color: hsl(101, 6%, 56%);
border
border: 2px solid hsl(101, 6%, 56%);
gradient light
background: linear-gradient(to right, hsl(101, 6%, 76%), hsl(101, 6%, 56%));
gradient dark
background: linear-gradient(to right, hsl(101, 6%, 56%), hsl(101, 6%, 36%))
hex
background-color: #8C9688;
tailwind
bg-[hsl(101,6%,56%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(101, 6%, 56%, 0.4);
css variable
--color-primary: hsl(101, 6%, 56%);
Related Colors
Use Cases for Grayish Gray
Frequently Asked Questions
What are all the color codes for HSL(101, 6%, 56%)?
HEX: #8C9688 | RGB: rgb(140, 150, 136) | CMYK: 7%, 0%, 9%, 41% | HSV: 103°, 9%, 59%. Copy any format from the conversion table above.
What colors go well with #8C9688?
The complementary color is HSL(281, 6%, 56%). For a triadic harmony, use hues 101°, 221°, and 341°. For analogous combinations, try hues 71° and 131°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(101, 6%, 56%) in CSS?
As HSL: color: hsl(101, 6%, 56%); — As HEX: color: #8C9688; — As RGB: color: rgb(140, 150, 136); — Tailwind CSS: bg-[hsl(101,6%,56%)] — CSS variable: --color-primary: hsl(101, 6%, 56%);