HSL(175, 5%, 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(175,5%,56%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(175, 5%, 56%) | color: hsl(175, 5%, 56%) | |
| HEX | #899493 | color: #899493 | |
| RGB | rgb(137, 148, 147) | color: rgb(137, 148, 147) | |
| CMYK | cmyk(7%, 0%, 1%, 42%) | — | |
| HSV | hsv(175, 7%, 58%) | — | |
| HWB | hwb(175 54% 42%) | color: hwb(175 54% 42%) | |
| OKLCH | oklch(0.6573 0.0128 190.28) | color: oklch(0.6573 0.0128 190.28) | |
| Lab | lab(60.43 -4.16 -0.83) | color: lab(60.43 -4.16 -0.83) | |
| LCH | lch(60.43 4.24 191.28) | color: lch(60.43 4.24 191.28) |
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)
#8E8E93 — rgb(142, 142, 147)
Deuteranopia (Green-blind)
#8D8C93 — rgb(141, 140, 147)
Tritanopia (Blue-blind)
#8A9393 — rgb(138, 147, 147)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(175, 5%, 56%);
text
color: hsl(175, 5%, 56%);
border
border: 2px solid hsl(175, 5%, 56%);
gradient light
background: linear-gradient(to right, hsl(175, 5%, 76%), hsl(175, 5%, 56%));
gradient dark
background: linear-gradient(to right, hsl(175, 5%, 56%), hsl(175, 5%, 36%))
hex
background-color: #899493;
tailwind
bg-[hsl(175,5%,56%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(175, 5%, 56%, 0.4);
css variable
--color-primary: hsl(175, 5%, 56%);
Related Colors
Use Cases for Grayish Gray
Frequently Asked Questions
What are all the color codes for HSL(175, 5%, 56%)?
HEX: #899493 | RGB: rgb(137, 148, 147) | CMYK: 7%, 0%, 1%, 42% | HSV: 175°, 7%, 58%. Copy any format from the conversion table above.
What colors go well with #899493?
The complementary color is HSL(355, 5%, 56%). For a triadic harmony, use hues 175°, 295°, and 55°. For analogous combinations, try hues 145° and 205°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(175, 5%, 56%) in CSS?
As HSL: color: hsl(175, 5%, 56%); — As HEX: color: #899493; — As RGB: color: rgb(137, 148, 147); — Tailwind CSS: bg-[hsl(175,5%,56%)] — CSS variable: --color-primary: hsl(175, 5%, 56%);