HSL(323, 3%, 43%)
Grayish Gray — Gray color
Adjust Color
Color Information
Color Name
Grayish Gray
Color Family
Gray
Warm / Cool
🔴 Warm
Temperature
N/A
CSS Class
bg-[hsl(323,3%,43%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(323, 3%, 43%) | color: hsl(323, 3%, 43%) | |
| HEX | #716A6E | color: #716A6E | |
| RGB | rgb(113, 106, 110) | color: rgb(113, 106, 110) | |
| CMYK | cmyk(0%, 6%, 3%, 56%) | — | |
| HSV | hsv(326, 6%, 44%) | — | |
| HWB | hwb(326 41% 56%) | color: hwb(326 41% 56%) | |
| OKLCH | oklch(0.532 0.0106 342.05) | color: oklch(0.532 0.0106 342.05) | |
| Lab | lab(45.56 3.53 -1.25) | color: lab(45.56 3.53 -1.25) | |
| LCH | lch(45.56 3.74 340.5) | color: lch(45.56 3.74 340.5) |
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)
#6E6E6D — rgb(110, 110, 109)
Deuteranopia (Green-blind)
#6E6F6D — rgb(110, 111, 109)
Tritanopia (Blue-blind)
#716C6C — rgb(113, 108, 108)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(323, 3%, 43%);
text
color: hsl(323, 3%, 43%);
border
border: 2px solid hsl(323, 3%, 43%);
gradient light
background: linear-gradient(to right, hsl(323, 3%, 63%), hsl(323, 3%, 43%));
gradient dark
background: linear-gradient(to right, hsl(323, 3%, 43%), hsl(323, 3%, 23%))
hex
background-color: #716A6E;
tailwind
bg-[hsl(323,3%,43%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(323, 3%, 43%, 0.4);
css variable
--color-primary: hsl(323, 3%, 43%);
Related Colors
Use Cases for Grayish Gray
Frequently Asked Questions
What are all the color codes for HSL(323, 3%, 43%)?
HEX: #716A6E | RGB: rgb(113, 106, 110) | CMYK: 0%, 6%, 3%, 56% | HSV: 326°, 6%, 44%. Copy any format from the conversion table above.
What colors go well with #716A6E?
The complementary color is HSL(143, 3%, 43%). For a triadic harmony, use hues 323°, 83°, and 203°. For analogous combinations, try hues 293° and 353°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(323, 3%, 43%) in CSS?
As HSL: color: hsl(323, 3%, 43%); — As HEX: color: #716A6E; — As RGB: color: rgb(113, 106, 110); — Tailwind CSS: bg-[hsl(323,3%,43%)] — CSS variable: --color-primary: hsl(323, 3%, 43%);