HSL(169, 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(169,9%,44%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(169, 9%, 44%) | color: hsl(169, 9%, 44%) | |
| HEX | #667A77 | color: #667A77 | |
| RGB | rgb(102, 122, 119) | color: rgb(102, 122, 119) | |
| CMYK | cmyk(16%, 0%, 2%, 52%) | — | |
| HSV | hsv(171, 16%, 48%) | — | |
| HWB | hwb(171 40% 52%) | color: hwb(171 40% 52%) | |
| OKLCH | oklch(0.5624 0.0239 185.48) | color: oklch(0.5624 0.0239 185.48) | |
| Lab | lab(49.59 -7.97 -0.81) | color: lab(49.59 -7.97 -0.81) | |
| LCH | lch(49.59 8.01 185.8) | color: lch(49.59 8.01 185.8) |
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)
#6F6F78 — rgb(111, 111, 120)
Deuteranopia (Green-blind)
#6E6C78 — rgb(110, 108, 120)
Tritanopia (Blue-blind)
#677878 — rgb(103, 120, 120)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(169, 9%, 44%);
text
color: hsl(169, 9%, 44%);
border
border: 2px solid hsl(169, 9%, 44%);
gradient light
background: linear-gradient(to right, hsl(169, 9%, 64%), hsl(169, 9%, 44%));
gradient dark
background: linear-gradient(to right, hsl(169, 9%, 44%), hsl(169, 9%, 24%))
hex
background-color: #667A77;
tailwind
bg-[hsl(169,9%,44%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(169, 9%, 44%, 0.4);
css variable
--color-primary: hsl(169, 9%, 44%);
Related Colors
Use Cases for Grayish Gray
Frequently Asked Questions
What are all the color codes for HSL(169, 9%, 44%)?
HEX: #667A77 | RGB: rgb(102, 122, 119) | CMYK: 16%, 0%, 2%, 52% | HSV: 171°, 16%, 48%. Copy any format from the conversion table above.
What colors go well with #667A77?
The complementary color is HSL(349, 9%, 44%). For a triadic harmony, use hues 169°, 289°, and 49°. For analogous combinations, try hues 139° and 199°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(169, 9%, 44%) in CSS?
As HSL: color: hsl(169, 9%, 44%); — As HEX: color: #667A77; — As RGB: color: rgb(102, 122, 119); — Tailwind CSS: bg-[hsl(169,9%,44%)] — CSS variable: --color-primary: hsl(169, 9%, 44%);