HSL(341, 7%, 50%)
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(341,7%,50%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(341, 7%, 50%) | color: hsl(341, 7%, 50%) | |
| HEX | #88777C | color: #88777C | |
| RGB | rgb(136, 119, 124) | color: rgb(136, 119, 124) | |
| CMYK | cmyk(0%, 13%, 9%, 47%) | — | |
| HSV | hsv(342, 13%, 53%) | — | |
| HWB | hwb(342 46% 47%) | color: hwb(342 46% 47%) | |
| OKLCH | oklch(0.5865 0.0222 358.09) | color: oklch(0.5865 0.0222 358.09) | |
| Lab | lab(51.71 7.47 -0.32) | color: lab(51.71 7.47 -0.32) | |
| LCH | lch(51.71 7.48 357.55) | color: lch(51.71 7.48 357.55) |
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)
#81807B — rgb(129, 128, 123)
Deuteranopia (Green-blind)
#82837B — rgb(130, 131, 123)
Tritanopia (Blue-blind)
#877A7A — rgb(135, 122, 122)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(341, 7%, 50%);
text
color: hsl(341, 7%, 50%);
border
border: 2px solid hsl(341, 7%, 50%);
gradient light
background: linear-gradient(to right, hsl(341, 7%, 70%), hsl(341, 7%, 50%));
gradient dark
background: linear-gradient(to right, hsl(341, 7%, 50%), hsl(341, 7%, 30%))
hex
background-color: #88777C;
tailwind
bg-[hsl(341,7%,50%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(341, 7%, 50%, 0.4);
css variable
--color-primary: hsl(341, 7%, 50%);
Related Colors
Use Cases for Grayish Gray
Frequently Asked Questions
What are all the color codes for HSL(341, 7%, 50%)?
HEX: #88777C | RGB: rgb(136, 119, 124) | CMYK: 0%, 13%, 9%, 47% | HSV: 342°, 13%, 53%. Copy any format from the conversion table above.
What colors go well with #88777C?
The complementary color is HSL(161, 7%, 50%). For a triadic harmony, use hues 341°, 101°, and 221°. For analogous combinations, try hues 311° and 11°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(341, 7%, 50%) in CSS?
As HSL: color: hsl(341, 7%, 50%); — As HEX: color: #88777C; — As RGB: color: rgb(136, 119, 124); — Tailwind CSS: bg-[hsl(341,7%,50%)] — CSS variable: --color-primary: hsl(341, 7%, 50%);