HSL(350, 5%, 59%)
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(350,5%,59%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(350, 5%, 59%) | color: hsl(350, 5%, 59%) | |
| HEX | #9C9193 | color: #9C9193 | |
| RGB | rgb(156, 145, 147) | color: rgb(156, 145, 147) | |
| CMYK | cmyk(0%, 7%, 6%, 39%) | — | |
| HSV | hsv(349, 7%, 61%) | — | |
| HWB | hwb(349 57% 39%) | color: hwb(349 57% 39%) | |
| OKLCH | oklch(0.6668 0.0134 4.94) | color: oklch(0.6668 0.0134 4.94) | |
| Lab | lab(61.16 4.43 0.41) | color: lab(61.16 4.43 0.41) | |
| LCH | lch(61.16 4.45 5.29) | color: lch(61.16 4.45 5.29) |
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: black
Color Blindness Simulation
Protanopia (Red-blind)
#979793 — rgb(151, 151, 147)
Deuteranopia (Green-blind)
#989992 — rgb(152, 153, 146)
Tritanopia (Blue-blind)
#9B9292 — rgb(155, 146, 146)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(350, 5%, 59%);
text
color: hsl(350, 5%, 59%);
border
border: 2px solid hsl(350, 5%, 59%);
gradient light
background: linear-gradient(to right, hsl(350, 5%, 79%), hsl(350, 5%, 59%));
gradient dark
background: linear-gradient(to right, hsl(350, 5%, 59%), hsl(350, 5%, 39%))
hex
background-color: #9C9193;
tailwind
bg-[hsl(350,5%,59%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(350, 5%, 59%, 0.4);
css variable
--color-primary: hsl(350, 5%, 59%);
Related Colors
Use Cases for Grayish Gray
Frequently Asked Questions
What are all the color codes for HSL(350, 5%, 59%)?
HEX: #9C9193 | RGB: rgb(156, 145, 147) | CMYK: 0%, 7%, 6%, 39% | HSV: 349°, 7%, 61%. Copy any format from the conversion table above.
What colors go well with #9C9193?
The complementary color is HSL(170, 5%, 59%). For a triadic harmony, use hues 350°, 110°, and 230°. For analogous combinations, try hues 320° and 20°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(350, 5%, 59%) in CSS?
As HSL: color: hsl(350, 5%, 59%); — As HEX: color: #9C9193; — As RGB: color: rgb(156, 145, 147); — Tailwind CSS: bg-[hsl(350,5%,59%)] — CSS variable: --color-primary: hsl(350, 5%, 59%);