HSL(107, 8%, 41%)
Grayish Gray — Gray color
Adjust Color
Color Information
Color Name
Grayish Gray
Color Family
Gray
Warm / Cool
🔵 Cool
Temperature
N/A
CSS Class
bg-[hsl(107,8%,41%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(107, 8%, 41%) | color: hsl(107, 8%, 41%) | |
| HEX | #647160 | color: #647160 | |
| RGB | rgb(100, 113, 96) | color: rgb(100, 113, 96) | |
| CMYK | cmyk(12%, 0%, 15%, 56%) | — | |
| HSV | hsv(106, 15%, 44%) | — | |
| HWB | hwb(106 37% 56%) | color: hwb(106 37% 56%) | |
| OKLCH | oklch(0.5325 0.0304 138.33) | color: oklch(0.5325 0.0304 138.33) | |
| Lab | lab(46.13 -8.4 7.81) | color: lab(46.13 -8.4 7.81) | |
| LCH | lch(46.13 11.47 137.08) | color: lch(46.13 11.47 137.08) |
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)
#6A6A64 — rgb(106, 106, 100)
Deuteranopia (Green-blind)
#696865 — rgb(105, 104, 101)
Tritanopia (Blue-blind)
#656768 — rgb(101, 103, 104)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(107, 8%, 41%);
text
color: hsl(107, 8%, 41%);
border
border: 2px solid hsl(107, 8%, 41%);
gradient light
background: linear-gradient(to right, hsl(107, 8%, 61%), hsl(107, 8%, 41%));
gradient dark
background: linear-gradient(to right, hsl(107, 8%, 41%), hsl(107, 8%, 21%))
hex
background-color: #647160;
tailwind
bg-[hsl(107,8%,41%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(107, 8%, 41%, 0.4);
css variable
--color-primary: hsl(107, 8%, 41%);
Related Colors
Use Cases for Grayish Gray
Frequently Asked Questions
What are all the color codes for HSL(107, 8%, 41%)?
HEX: #647160 | RGB: rgb(100, 113, 96) | CMYK: 12%, 0%, 15%, 56% | HSV: 106°, 15%, 44%. Copy any format from the conversion table above.
What colors go well with #647160?
The complementary color is HSL(287, 8%, 41%). For a triadic harmony, use hues 107°, 227°, and 347°. For analogous combinations, try hues 77° and 137°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(107, 8%, 41%) in CSS?
As HSL: color: hsl(107, 8%, 41%); — As HEX: color: #647160; — As RGB: color: rgb(100, 113, 96); — Tailwind CSS: bg-[hsl(107,8%,41%)] — CSS variable: --color-primary: hsl(107, 8%, 41%);