HSL(175, 3%, 44%)
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,3%,44%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(175, 3%, 44%) | color: hsl(175, 3%, 44%) | |
| HEX | #6D7473 | color: #6D7473 | |
| RGB | rgb(109, 116, 115) | color: rgb(109, 116, 115) | |
| CMYK | cmyk(6%, 0%, 1%, 55%) | — | |
| HSV | hsv(171, 6%, 45%) | — | |
| HWB | hwb(171 42% 55%) | color: hwb(171 42% 55%) | |
| OKLCH | oklch(0.5527 0.0086 186.7) | color: oklch(0.5527 0.0086 186.7) | |
| Lab | lab(48.23 -2.85 -0.36) | color: lab(48.23 -2.85 -0.36) | |
| LCH | lch(48.23 2.87 187.2) | color: lch(48.23 2.87 187.2) |
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)
#707073 — rgb(112, 112, 115)
Deuteranopia (Green-blind)
#706F73 — rgb(112, 111, 115)
Tritanopia (Blue-blind)
#6D7373 — rgb(109, 115, 115)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(175, 3%, 44%);
text
color: hsl(175, 3%, 44%);
border
border: 2px solid hsl(175, 3%, 44%);
gradient light
background: linear-gradient(to right, hsl(175, 3%, 64%), hsl(175, 3%, 44%));
gradient dark
background: linear-gradient(to right, hsl(175, 3%, 44%), hsl(175, 3%, 24%))
hex
background-color: #6D7473;
tailwind
bg-[hsl(175,3%,44%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(175, 3%, 44%, 0.4);
css variable
--color-primary: hsl(175, 3%, 44%);
Related Colors
Use Cases for Grayish Gray
Frequently Asked Questions
What are all the color codes for HSL(175, 3%, 44%)?
HEX: #6D7473 | RGB: rgb(109, 116, 115) | CMYK: 6%, 0%, 1%, 55% | HSV: 171°, 6%, 45%. Copy any format from the conversion table above.
What colors go well with #6D7473?
The complementary color is HSL(355, 3%, 44%). 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, 3%, 44%) in CSS?
As HSL: color: hsl(175, 3%, 44%); — As HEX: color: #6D7473; — As RGB: color: rgb(109, 116, 115); — Tailwind CSS: bg-[hsl(175,3%,44%)] — CSS variable: --color-primary: hsl(175, 3%, 44%);