HSL(41, 7%, 39%)
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,7%,39%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(41, 7%, 39%) | color: hsl(41, 7%, 39%) | |
| HEX | #6A665C | color: #6A665C | |
| RGB | rgb(106, 102, 92) | color: rgb(106, 102, 92) | |
| CMYK | cmyk(0%, 4%, 13%, 58%) | — | |
| HSV | hsv(43, 13%, 42%) | — | |
| HWB | hwb(43 37% 58%) | color: hwb(43 37% 58%) | |
| OKLCH | oklch(0.5109 0.0162 88.76) | color: oklch(0.5109 0.0162 88.76) | |
| Lab | lab(43.27 -0.35 6.21) | color: lab(43.27 -0.35 6.21) | |
| LCH | lch(43.27 6.22 93.23) | color: lch(43.27 6.22 93.23) |
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)
#68685E — rgb(104, 104, 94)
Deuteranopia (Green-blind)
#69695F — rgb(105, 105, 95)
Tritanopia (Blue-blind)
#6A6061 — rgb(106, 96, 97)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(41, 7%, 39%);
text
color: hsl(41, 7%, 39%);
border
border: 2px solid hsl(41, 7%, 39%);
gradient light
background: linear-gradient(to right, hsl(41, 7%, 59%), hsl(41, 7%, 39%));
gradient dark
background: linear-gradient(to right, hsl(41, 7%, 39%), hsl(41, 7%, 19%))
hex
background-color: #6A665C;
tailwind
bg-[hsl(41,7%,39%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(41, 7%, 39%, 0.4);
css variable
--color-primary: hsl(41, 7%, 39%);
Related Colors
Use Cases for Grayish Gray
Frequently Asked Questions
What are all the color codes for HSL(41, 7%, 39%)?
HEX: #6A665C | RGB: rgb(106, 102, 92) | CMYK: 0%, 4%, 13%, 58% | HSV: 43°, 13%, 42%. Copy any format from the conversion table above.
What colors go well with #6A665C?
The complementary color is HSL(221, 7%, 39%). 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, 7%, 39%) in CSS?
As HSL: color: hsl(41, 7%, 39%); — As HEX: color: #6A665C; — As RGB: color: rgb(106, 102, 92); — Tailwind CSS: bg-[hsl(41,7%,39%)] — CSS variable: --color-primary: hsl(41, 7%, 39%);