HSL(41, 0%, 61%)
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(41,0%,61%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(41, 0%, 61%) | color: hsl(41, 0%, 61%) | |
| HEX | #9C9C9C | color: #9C9C9C | |
| RGB | rgb(156, 156, 156) | color: rgb(156, 156, 156) | |
| CMYK | cmyk(0%, 0%, 0%, 39%) | — | |
| HSV | hsv(0, 0%, 61%) | — | |
| HWB | hwb(0 61% 39%) | color: hwb(0 61% 39%) | |
| OKLCH | oklch(0.6927 0 89.88) | color: oklch(0.6927 0 89.88) | |
| Lab | lab(64.36 -0 0) | color: lab(64.36 -0 0) | |
| LCH | lch(64.36 0 180) | color: lch(64.36 0 180) |
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)
#9C9C9C — rgb(156, 156, 156)
Deuteranopia (Green-blind)
#9C9C9C — rgb(156, 156, 156)
Tritanopia (Blue-blind)
#9C9C9C — rgb(156, 156, 156)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(41, 0%, 61%);
text
color: hsl(41, 0%, 61%);
border
border: 2px solid hsl(41, 0%, 61%);
gradient light
background: linear-gradient(to right, hsl(41, 0%, 81%), hsl(41, 0%, 61%));
gradient dark
background: linear-gradient(to right, hsl(41, 0%, 61%), hsl(41, 0%, 41%))
hex
background-color: #9C9C9C;
tailwind
bg-[hsl(41,0%,61%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(41, 0%, 61%, 0.4);
css variable
--color-primary: hsl(41, 0%, 61%);
Related Colors
Use Cases for Grayish Gray
Frequently Asked Questions
What are all the color codes for HSL(41, 0%, 61%)?
HEX: #9C9C9C | RGB: rgb(156, 156, 156) | CMYK: 0%, 0%, 0%, 39% | HSV: 0°, 0%, 61%. Copy any format from the conversion table above.
What colors go well with #9C9C9C?
The complementary color is HSL(221, 0%, 61%). For a triadic harmony, use hues 41°, 161°, and 281°. For analogous combinations, try hues 11° and 71°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(41, 0%, 61%) in CSS?
As HSL: color: hsl(41, 0%, 61%); — As HEX: color: #9C9C9C; — As RGB: color: rgb(156, 156, 156); — Tailwind CSS: bg-[hsl(41,0%,61%)] — CSS variable: --color-primary: hsl(41, 0%, 61%);