HSL(159, 9%, 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(159,9%,44%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(159, 9%, 44%) | color: hsl(159, 9%, 44%) | |
| HEX | #667A73 | color: #667A73 | |
| RGB | rgb(102, 122, 115) | color: rgb(102, 122, 115) | |
| CMYK | cmyk(16%, 0%, 6%, 52%) | — | |
| HSV | hsv(159, 16%, 48%) | — | |
| HWB | hwb(159 40% 52%) | color: hwb(159 40% 52%) | |
| OKLCH | oklch(0.5611 0.0259 172.16) | color: oklch(0.5611 0.0259 172.16) | |
| Lab | lab(49.47 -8.85 1.38) | color: lab(49.47 -8.85 1.38) | |
| LCH | lch(49.47 8.96 171.14) | color: lch(49.47 8.96 171.14) |
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)
#6F6F75 — rgb(111, 111, 117)
Deuteranopia (Green-blind)
#6E6C75 — rgb(110, 108, 117)
Tritanopia (Blue-blind)
#677676 — rgb(103, 118, 118)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(159, 9%, 44%);
text
color: hsl(159, 9%, 44%);
border
border: 2px solid hsl(159, 9%, 44%);
gradient light
background: linear-gradient(to right, hsl(159, 9%, 64%), hsl(159, 9%, 44%));
gradient dark
background: linear-gradient(to right, hsl(159, 9%, 44%), hsl(159, 9%, 24%))
hex
background-color: #667A73;
tailwind
bg-[hsl(159,9%,44%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(159, 9%, 44%, 0.4);
css variable
--color-primary: hsl(159, 9%, 44%);
Related Colors
Use Cases for Grayish Gray
Frequently Asked Questions
What are all the color codes for HSL(159, 9%, 44%)?
HEX: #667A73 | RGB: rgb(102, 122, 115) | CMYK: 16%, 0%, 6%, 52% | HSV: 159°, 16%, 48%. Copy any format from the conversion table above.
What colors go well with #667A73?
The complementary color is HSL(339, 9%, 44%). For a triadic harmony, use hues 159°, 279°, and 39°. For analogous combinations, try hues 129° and 189°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(159, 9%, 44%) in CSS?
As HSL: color: hsl(159, 9%, 44%); — As HEX: color: #667A73; — As RGB: color: rgb(102, 122, 115); — Tailwind CSS: bg-[hsl(159,9%,44%)] — CSS variable: --color-primary: hsl(159, 9%, 44%);