HSL(297, 3%, 43%)
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(297,3%,43%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(297, 3%, 43%) | color: hsl(297, 3%, 43%) | |
| HEX | #716A71 | color: #716A71 | |
| RGB | rgb(113, 106, 113) | color: rgb(113, 106, 113) | |
| CMYK | cmyk(0%, 6%, 0%, 56%) | — | |
| HSV | hsv(300, 6%, 44%) | — | |
| HWB | hwb(300 41% 56%) | color: hwb(300 41% 56%) | |
| OKLCH | oklch(0.533 0.0138 325.77) | color: oklch(0.533 0.0138 325.77) | |
| Lab | lab(45.65 4.14 -2.92) | color: lab(45.65 4.14 -2.92) | |
| LCH | lch(45.65 5.07 324.8) | color: lch(45.65 5.07 324.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: white
Color Blindness Simulation
Protanopia (Red-blind)
#6E6E6F — rgb(110, 110, 111)
Deuteranopia (Green-blind)
#6E6F6F — rgb(110, 111, 111)
Tritanopia (Blue-blind)
#716E6E — rgb(113, 110, 110)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(297, 3%, 43%);
text
color: hsl(297, 3%, 43%);
border
border: 2px solid hsl(297, 3%, 43%);
gradient light
background: linear-gradient(to right, hsl(297, 3%, 63%), hsl(297, 3%, 43%));
gradient dark
background: linear-gradient(to right, hsl(297, 3%, 43%), hsl(297, 3%, 23%))
hex
background-color: #716A71;
tailwind
bg-[hsl(297,3%,43%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(297, 3%, 43%, 0.4);
css variable
--color-primary: hsl(297, 3%, 43%);
Related Colors
Use Cases for Grayish Gray
Frequently Asked Questions
What are all the color codes for HSL(297, 3%, 43%)?
HEX: #716A71 | RGB: rgb(113, 106, 113) | CMYK: 0%, 6%, 0%, 56% | HSV: 300°, 6%, 44%. Copy any format from the conversion table above.
What colors go well with #716A71?
The complementary color is HSL(117, 3%, 43%). For a triadic harmony, use hues 297°, 57°, and 177°. For analogous combinations, try hues 267° and 327°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(297, 3%, 43%) in CSS?
As HSL: color: hsl(297, 3%, 43%); — As HEX: color: #716A71; — As RGB: color: rgb(113, 106, 113); — Tailwind CSS: bg-[hsl(297,3%,43%)] — CSS variable: --color-primary: hsl(297, 3%, 43%);