HSL(177, 3%, 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,3%,43%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(177, 3%, 43%) | color: hsl(177, 3%, 43%) | |
| HEX | #6A7171 | color: #6A7171 | |
| RGB | rgb(106, 113, 113) | color: rgb(106, 113, 113) | |
| CMYK | cmyk(6%, 0%, 0%, 56%) | — | |
| HSV | hsv(180, 6%, 44%) | — | |
| HWB | hwb(180 41% 56%) | color: hwb(180 41% 56%) | |
| OKLCH | oklch(0.5426 0.0085 196.91) | color: oklch(0.5426 0.0085 196.91) | |
| Lab | lab(47.06 -2.65 -0.92) | color: lab(47.06 -2.65 -0.92) | |
| LCH | lch(47.06 2.81 199.15) | color: lch(47.06 2.81 199.15) |
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)
#6D6D71 — rgb(109, 109, 113)
Deuteranopia (Green-blind)
#6D6C71 — rgb(109, 108, 113)
Tritanopia (Blue-blind)
#6A7171 — rgb(106, 113, 113)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(177, 3%, 43%);
text
color: hsl(177, 3%, 43%);
border
border: 2px solid hsl(177, 3%, 43%);
gradient light
background: linear-gradient(to right, hsl(177, 3%, 63%), hsl(177, 3%, 43%));
gradient dark
background: linear-gradient(to right, hsl(177, 3%, 43%), hsl(177, 3%, 23%))
hex
background-color: #6A7171;
tailwind
bg-[hsl(177,3%,43%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(177, 3%, 43%, 0.4);
css variable
--color-primary: hsl(177, 3%, 43%);
Related Colors
Use Cases for Grayish Gray
Frequently Asked Questions
What are all the color codes for HSL(177, 3%, 43%)?
HEX: #6A7171 | RGB: rgb(106, 113, 113) | CMYK: 6%, 0%, 0%, 56% | HSV: 180°, 6%, 44%. Copy any format from the conversion table above.
What colors go well with #6A7171?
The complementary color is HSL(357, 3%, 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, 3%, 43%) in CSS?
As HSL: color: hsl(177, 3%, 43%); — As HEX: color: #6A7171; — As RGB: color: rgb(106, 113, 113); — Tailwind CSS: bg-[hsl(177,3%,43%)] — CSS variable: --color-primary: hsl(177, 3%, 43%);