HSL(341, 7%, 38%)
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%,38%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(341, 7%, 38%) | color: hsl(341, 7%, 38%) | |
| HEX | #685A5E | color: #685A5E | |
| RGB | rgb(104, 90, 94) | color: rgb(104, 90, 94) | |
| CMYK | cmyk(0%, 13%, 10%, 59%) | — | |
| HSV | hsv(343, 13%, 41%) | — | |
| HWB | hwb(343 36% 59%) | color: hwb(343 36% 59%) | |
| OKLCH | oklch(0.4825 0.0192 358.68) | color: oklch(0.4825 0.0192 358.68) | |
| Lab | lab(39.69 6.44 -0.2) | color: lab(39.69 6.44 -0.2) | |
| LCH | lch(39.69 6.44 358.22) | color: lch(39.69 6.44 358.22) |
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)
#62625D — rgb(98, 98, 93)
Deuteranopia (Green-blind)
#63645D — rgb(99, 100, 93)
Tritanopia (Blue-blind)
#675C5C — rgb(103, 92, 92)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(341, 7%, 38%);
text
color: hsl(341, 7%, 38%);
border
border: 2px solid hsl(341, 7%, 38%);
gradient light
background: linear-gradient(to right, hsl(341, 7%, 58%), hsl(341, 7%, 38%));
gradient dark
background: linear-gradient(to right, hsl(341, 7%, 38%), hsl(341, 7%, 18%))
hex
background-color: #685A5E;
tailwind
bg-[hsl(341,7%,38%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(341, 7%, 38%, 0.4);
css variable
--color-primary: hsl(341, 7%, 38%);
Related Colors
Use Cases for Grayish Gray
Frequently Asked Questions
What are all the color codes for HSL(341, 7%, 38%)?
HEX: #685A5E | RGB: rgb(104, 90, 94) | CMYK: 0%, 13%, 10%, 59% | HSV: 343°, 13%, 41%. Copy any format from the conversion table above.
What colors go well with #685A5E?
The complementary color is HSL(161, 7%, 38%). 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%, 38%) in CSS?
As HSL: color: hsl(341, 7%, 38%); — As HEX: color: #685A5E; — As RGB: color: rgb(104, 90, 94); — Tailwind CSS: bg-[hsl(341,7%,38%)] — CSS variable: --color-primary: hsl(341, 7%, 38%);