HSL(167, 6%, 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(167,6%,44%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(167, 6%, 44%) | color: hsl(167, 6%, 44%) | |
| HEX | #697774 | color: #697774 | |
| RGB | rgb(105, 119, 116) | color: rgb(105, 119, 116) | |
| CMYK | cmyk(12%, 0%, 3%, 53%) | — | |
| HSV | hsv(167, 12%, 47%) | — | |
| HWB | hwb(167 41% 53%) | color: hwb(167 41% 53%) | |
| OKLCH | oklch(0.5567 0.0173 181.34) | color: oklch(0.5567 0.0173 181.34) | |
| Lab | lab(48.83 -5.84 -0.12) | color: lab(48.83 -5.84 -0.12) | |
| LCH | lch(48.83 5.84 181.18) | color: lch(48.83 5.84 181.18) |
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)
#6F6F75 — rgb(111, 111, 117)
Deuteranopia (Green-blind)
#6E6D75 — rgb(110, 109, 117)
Tritanopia (Blue-blind)
#6A7575 — rgb(106, 117, 117)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(167, 6%, 44%);
text
color: hsl(167, 6%, 44%);
border
border: 2px solid hsl(167, 6%, 44%);
gradient light
background: linear-gradient(to right, hsl(167, 6%, 64%), hsl(167, 6%, 44%));
gradient dark
background: linear-gradient(to right, hsl(167, 6%, 44%), hsl(167, 6%, 24%))
hex
background-color: #697774;
tailwind
bg-[hsl(167,6%,44%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(167, 6%, 44%, 0.4);
css variable
--color-primary: hsl(167, 6%, 44%);
Related Colors
Use Cases for Grayish Gray
Frequently Asked Questions
What are all the color codes for HSL(167, 6%, 44%)?
HEX: #697774 | RGB: rgb(105, 119, 116) | CMYK: 12%, 0%, 3%, 53% | HSV: 167°, 12%, 47%. Copy any format from the conversion table above.
What colors go well with #697774?
The complementary color is HSL(347, 6%, 44%). For a triadic harmony, use hues 167°, 287°, and 47°. For analogous combinations, try hues 137° and 197°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(167, 6%, 44%) in CSS?
As HSL: color: hsl(167, 6%, 44%); — As HEX: color: #697774; — As RGB: color: rgb(105, 119, 116); — Tailwind CSS: bg-[hsl(167,6%,44%)] — CSS variable: --color-primary: hsl(167, 6%, 44%);