HSL(292, 8%, 42%)
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(292,8%,42%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(292, 8%, 42%) | color: hsl(292, 8%, 42%) | |
| HEX | #716374 | color: #716374 | |
| RGB | rgb(113, 99, 116) | color: rgb(113, 99, 116) | |
| CMYK | cmyk(3%, 15%, 0%, 55%) | — | |
| HSV | hsv(289, 15%, 45%) | — | |
| HWB | hwb(289 38% 55%) | color: hwb(289 38% 55%) | |
| OKLCH | oklch(0.5189 0.0314 320.28) | color: oklch(0.5189 0.0314 320.28) | |
| Lab | lab(43.79 8.97 -7.49) | color: lab(43.79 8.97 -7.49) | |
| LCH | lch(43.79 11.69 320.14) | color: lch(43.79 11.69 320.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: white
Color Blindness Simulation
Protanopia (Red-blind)
#6B6B70 — rgb(107, 107, 112)
Deuteranopia (Green-blind)
#6C6D6F — rgb(108, 109, 111)
Tritanopia (Blue-blind)
#706D6C — rgb(112, 109, 108)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(292, 8%, 42%);
text
color: hsl(292, 8%, 42%);
border
border: 2px solid hsl(292, 8%, 42%);
gradient light
background: linear-gradient(to right, hsl(292, 8%, 62%), hsl(292, 8%, 42%));
gradient dark
background: linear-gradient(to right, hsl(292, 8%, 42%), hsl(292, 8%, 22%))
hex
background-color: #716374;
tailwind
bg-[hsl(292,8%,42%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(292, 8%, 42%, 0.4);
css variable
--color-primary: hsl(292, 8%, 42%);
Related Colors
Use Cases for Grayish Gray
Frequently Asked Questions
What are all the color codes for HSL(292, 8%, 42%)?
HEX: #716374 | RGB: rgb(113, 99, 116) | CMYK: 3%, 15%, 0%, 55% | HSV: 289°, 15%, 45%. Copy any format from the conversion table above.
What colors go well with #716374?
The complementary color is HSL(112, 8%, 42%). For a triadic harmony, use hues 292°, 52°, and 172°. For analogous combinations, try hues 262° and 322°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(292, 8%, 42%) in CSS?
As HSL: color: hsl(292, 8%, 42%); — As HEX: color: #716374; — As RGB: color: rgb(113, 99, 116); — Tailwind CSS: bg-[hsl(292,8%,42%)] — CSS variable: --color-primary: hsl(292, 8%, 42%);