HSL(20, 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(20,3%,43%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(20, 3%, 43%) | color: hsl(20, 3%, 43%) | |
| HEX | #716D6A | color: #716D6A | |
| RGB | rgb(113, 109, 106) | color: rgb(113, 109, 106) | |
| CMYK | cmyk(0%, 4%, 6%, 56%) | — | |
| HSV | hsv(26, 6%, 44%) | — | |
| HWB | hwb(26 41% 56%) | color: hwb(26 41% 56%) | |
| OKLCH | oklch(0.5374 0.0068 59.56) | color: oklch(0.5374 0.0068 59.56) | |
| Lab | lab(46.3 0.96 2.22) | color: lab(46.3 0.96 2.22) | |
| LCH | lch(46.3 2.42 66.61) | color: lch(46.3 2.42 66.61) |
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)
#6F6F6B — rgb(111, 111, 107)
Deuteranopia (Green-blind)
#70706B — rgb(112, 112, 107)
Tritanopia (Blue-blind)
#716B6B — rgb(113, 107, 107)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(20, 3%, 43%);
text
color: hsl(20, 3%, 43%);
border
border: 2px solid hsl(20, 3%, 43%);
gradient light
background: linear-gradient(to right, hsl(20, 3%, 63%), hsl(20, 3%, 43%));
gradient dark
background: linear-gradient(to right, hsl(20, 3%, 43%), hsl(20, 3%, 23%))
hex
background-color: #716D6A;
tailwind
bg-[hsl(20,3%,43%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(20, 3%, 43%, 0.4);
css variable
--color-primary: hsl(20, 3%, 43%);
Related Colors
Use Cases for Grayish Gray
Frequently Asked Questions
What are all the color codes for HSL(20, 3%, 43%)?
HEX: #716D6A | RGB: rgb(113, 109, 106) | CMYK: 0%, 4%, 6%, 56% | HSV: 26°, 6%, 44%. Copy any format from the conversion table above.
What colors go well with #716D6A?
The complementary color is HSL(200, 3%, 43%). For a triadic harmony, use hues 20°, 140°, and 260°. For analogous combinations, try hues 350° and 50°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(20, 3%, 43%) in CSS?
As HSL: color: hsl(20, 3%, 43%); — As HEX: color: #716D6A; — As RGB: color: rgb(113, 109, 106); — Tailwind CSS: bg-[hsl(20,3%,43%)] — CSS variable: --color-primary: hsl(20, 3%, 43%);