HSL(81, 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(81,6%,56%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(81, 6%, 56%) | color: hsl(81, 6%, 56%) | |
| HEX | #919688 | color: #919688 | |
| RGB | rgb(145, 150, 136) | color: rgb(145, 150, 136) | |
| CMYK | cmyk(3%, 0%, 9%, 41%) | — | |
| HSV | hsv(81, 9%, 59%) | — | |
| HWB | hwb(81 54% 41%) | color: hwb(81 54% 41%) | |
| OKLCH | oklch(0.6649 0.021 123.01) | color: oklch(0.6649 0.021 123.01) | |
| Lab | lab(61.32 -4.47 6.76) | color: lab(61.32 -4.47 6.76) | |
| LCH | lch(61.32 8.1 123.47) | color: lch(61.32 8.1 123.47) |
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)
#93938B — rgb(147, 147, 139)
Deuteranopia (Green-blind)
#93938C — rgb(147, 147, 140)
Tritanopia (Blue-blind)
#918E8F — rgb(145, 142, 143)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(81, 6%, 56%);
text
color: hsl(81, 6%, 56%);
border
border: 2px solid hsl(81, 6%, 56%);
gradient light
background: linear-gradient(to right, hsl(81, 6%, 76%), hsl(81, 6%, 56%));
gradient dark
background: linear-gradient(to right, hsl(81, 6%, 56%), hsl(81, 6%, 36%))
hex
background-color: #919688;
tailwind
bg-[hsl(81,6%,56%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(81, 6%, 56%, 0.4);
css variable
--color-primary: hsl(81, 6%, 56%);
Related Colors
Use Cases for Grayish Gray
Frequently Asked Questions
What are all the color codes for HSL(81, 6%, 56%)?
HEX: #919688 | RGB: rgb(145, 150, 136) | CMYK: 3%, 0%, 9%, 41% | HSV: 81°, 9%, 59%. Copy any format from the conversion table above.
What colors go well with #919688?
The complementary color is HSL(261, 6%, 56%). For a triadic harmony, use hues 81°, 201°, and 321°. For analogous combinations, try hues 51° and 111°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(81, 6%, 56%) in CSS?
As HSL: color: hsl(81, 6%, 56%); — As HEX: color: #919688; — As RGB: color: rgb(145, 150, 136); — Tailwind CSS: bg-[hsl(81,6%,56%)] — CSS variable: --color-primary: hsl(81, 6%, 56%);