HSL(0, 8%, 41%)
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(0,8%,41%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(0, 8%, 41%) | color: hsl(0, 8%, 41%) | |
| HEX | #716060 | color: #716060 | |
| RGB | rgb(113, 96, 96) | color: rgb(113, 96, 96) | |
| CMYK | cmyk(0%, 15%, 15%, 56%) | — | |
| HSV | hsv(0, 15%, 44%) | — | |
| HWB | hwb(0 37% 56%) | color: hwb(0 37% 56%) | |
| OKLCH | oklch(0.5055 0.022 17.9) | color: oklch(0.5055 0.022 17.9) | |
| Lab | lab(42.34 6.83 2.54) | color: lab(42.34 6.83 2.54) | |
| LCH | lch(42.34 7.29 20.4) | color: lch(42.34 7.29 20.4) |
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)
#6A6960 — rgb(106, 105, 96)
Deuteranopia (Green-blind)
#6B6C60 — rgb(107, 108, 96)
Tritanopia (Blue-blind)
#706060 — rgb(112, 96, 96)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(0, 8%, 41%);
text
color: hsl(0, 8%, 41%);
border
border: 2px solid hsl(0, 8%, 41%);
gradient light
background: linear-gradient(to right, hsl(0, 8%, 61%), hsl(0, 8%, 41%));
gradient dark
background: linear-gradient(to right, hsl(0, 8%, 41%), hsl(0, 8%, 21%))
hex
background-color: #716060;
tailwind
bg-[hsl(0,8%,41%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(0, 8%, 41%, 0.4);
css variable
--color-primary: hsl(0, 8%, 41%);
Related Colors
Use Cases for Grayish Gray
Frequently Asked Questions
What are all the color codes for HSL(0, 8%, 41%)?
HEX: #716060 | RGB: rgb(113, 96, 96) | CMYK: 0%, 15%, 15%, 56% | HSV: 0°, 15%, 44%. Copy any format from the conversion table above.
What colors go well with #716060?
The complementary color is HSL(180, 8%, 41%). For a triadic harmony, use hues 0°, 120°, and 240°. For analogous combinations, try hues 330° and 30°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(0, 8%, 41%) in CSS?
As HSL: color: hsl(0, 8%, 41%); — As HEX: color: #716060; — As RGB: color: rgb(113, 96, 96); — Tailwind CSS: bg-[hsl(0,8%,41%)] — CSS variable: --color-primary: hsl(0, 8%, 41%);