HSL(357, 5%, 56%)
Grayish Gray — Gray color
Adjust Color
Color Information
Color Name
Grayish Gray
Color Family
Gray
Warm / Cool
🔴 Warm
Temperature
N/A
CSS Class
bg-[hsl(357,5%,56%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(357, 5%, 56%) | color: hsl(357, 5%, 56%) | |
| HEX | #94898A | color: #94898A | |
| RGB | rgb(148, 137, 138) | color: rgb(148, 137, 138) | |
| CMYK | cmyk(0%, 7%, 7%, 42%) | — | |
| HSV | hsv(355, 7%, 58%) | — | |
| HWB | hwb(355 54% 42%) | color: hwb(355 54% 42%) | |
| OKLCH | oklch(0.6401 0.0133 11.18) | color: oklch(0.6401 0.0133 11.18) | |
| Lab | lab(58.06 4.29 0.95) | color: lab(58.06 4.29 0.95) | |
| LCH | lch(58.06 4.39 12.49) | color: lch(58.06 4.39 12.49) |
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)
#8F8F8A — rgb(143, 143, 138)
Deuteranopia (Green-blind)
#90918A — rgb(144, 145, 138)
Tritanopia (Blue-blind)
#938A8A — rgb(147, 138, 138)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(357, 5%, 56%);
text
color: hsl(357, 5%, 56%);
border
border: 2px solid hsl(357, 5%, 56%);
gradient light
background: linear-gradient(to right, hsl(357, 5%, 76%), hsl(357, 5%, 56%));
gradient dark
background: linear-gradient(to right, hsl(357, 5%, 56%), hsl(357, 5%, 36%))
hex
background-color: #94898A;
tailwind
bg-[hsl(357,5%,56%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(357, 5%, 56%, 0.4);
css variable
--color-primary: hsl(357, 5%, 56%);
Related Colors
Use Cases for Grayish Gray
Frequently Asked Questions
What are all the color codes for HSL(357, 5%, 56%)?
HEX: #94898A | RGB: rgb(148, 137, 138) | CMYK: 0%, 7%, 7%, 42% | HSV: 355°, 7%, 58%. Copy any format from the conversion table above.
What colors go well with #94898A?
The complementary color is HSL(177, 5%, 56%). For a triadic harmony, use hues 357°, 117°, and 237°. For analogous combinations, try hues 327° and 27°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(357, 5%, 56%) in CSS?
As HSL: color: hsl(357, 5%, 56%); — As HEX: color: #94898A; — As RGB: color: rgb(148, 137, 138); — Tailwind CSS: bg-[hsl(357,5%,56%)] — CSS variable: --color-primary: hsl(357, 5%, 56%);