HSL(177, 5%, 43%)
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(177,5%,43%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(177, 5%, 43%) | color: hsl(177, 5%, 43%) | |
| HEX | #687373 | color: #687373 | |
| RGB | rgb(104, 115, 115) | color: rgb(104, 115, 115) | |
| CMYK | cmyk(10%, 0%, 0%, 55%) | — | |
| HSV | hsv(180, 10%, 45%) | — | |
| HWB | hwb(180 41% 55%) | color: hwb(180 41% 55%) | |
| OKLCH | oklch(0.5463 0.0133 196.77) | color: oklch(0.5463 0.0133 196.77) | |
| Lab | lab(47.55 -4.12 -1.41) | color: lab(47.55 -4.12 -1.41) | |
| LCH | lch(47.55 4.35 198.89) | color: lch(47.55 4.35 198.89) |
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: white
Color Blindness Simulation
Protanopia (Red-blind)
#6D6D73 — rgb(109, 109, 115)
Deuteranopia (Green-blind)
#6C6B73 — rgb(108, 107, 115)
Tritanopia (Blue-blind)
#697373 — rgb(105, 115, 115)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(177, 5%, 43%);
text
color: hsl(177, 5%, 43%);
border
border: 2px solid hsl(177, 5%, 43%);
gradient light
background: linear-gradient(to right, hsl(177, 5%, 63%), hsl(177, 5%, 43%));
gradient dark
background: linear-gradient(to right, hsl(177, 5%, 43%), hsl(177, 5%, 23%))
hex
background-color: #687373;
tailwind
bg-[hsl(177,5%,43%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(177, 5%, 43%, 0.4);
css variable
--color-primary: hsl(177, 5%, 43%);
Related Colors
Use Cases for Grayish Gray
Frequently Asked Questions
What are all the color codes for HSL(177, 5%, 43%)?
HEX: #687373 | RGB: rgb(104, 115, 115) | CMYK: 10%, 0%, 0%, 55% | HSV: 180°, 10%, 45%. Copy any format from the conversion table above.
What colors go well with #687373?
The complementary color is HSL(357, 5%, 43%). For a triadic harmony, use hues 177°, 297°, and 57°. For analogous combinations, try hues 147° and 207°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(177, 5%, 43%) in CSS?
As HSL: color: hsl(177, 5%, 43%); — As HEX: color: #687373; — As RGB: color: rgb(104, 115, 115); — Tailwind CSS: bg-[hsl(177,5%,43%)] — CSS variable: --color-primary: hsl(177, 5%, 43%);