HSL(49, 9%, 40%)
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(49,9%,40%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(49, 9%, 40%) | color: hsl(49, 9%, 40%) | |
| HEX | #6F6C5D | color: #6F6C5D | |
| RGB | rgb(111, 108, 93) | color: rgb(111, 108, 93) | |
| CMYK | cmyk(0%, 3%, 16%, 56%) | — | |
| HSV | hsv(50, 16%, 44%) | — | |
| HWB | hwb(50 37% 56%) | color: hwb(50 37% 56%) | |
| OKLCH | oklch(0.5295 0.023 97.79) | color: oklch(0.5295 0.023 97.79) | |
| Lab | lab(45.49 -1.66 8.82) | color: lab(45.49 -1.66 8.82) | |
| LCH | lch(45.49 8.97 100.66) | color: lch(45.49 8.97 100.66) |
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)
#6E6E61 — rgb(110, 110, 97)
Deuteranopia (Green-blind)
#6E6E62 — rgb(110, 110, 98)
Tritanopia (Blue-blind)
#6F6364 — rgb(111, 99, 100)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(49, 9%, 40%);
text
color: hsl(49, 9%, 40%);
border
border: 2px solid hsl(49, 9%, 40%);
gradient light
background: linear-gradient(to right, hsl(49, 9%, 60%), hsl(49, 9%, 40%));
gradient dark
background: linear-gradient(to right, hsl(49, 9%, 40%), hsl(49, 9%, 20%))
hex
background-color: #6F6C5D;
tailwind
bg-[hsl(49,9%,40%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(49, 9%, 40%, 0.4);
css variable
--color-primary: hsl(49, 9%, 40%);
Related Colors
Use Cases for Grayish Gray
Frequently Asked Questions
What are all the color codes for HSL(49, 9%, 40%)?
HEX: #6F6C5D | RGB: rgb(111, 108, 93) | CMYK: 0%, 3%, 16%, 56% | HSV: 50°, 16%, 44%. Copy any format from the conversion table above.
What colors go well with #6F6C5D?
The complementary color is HSL(229, 9%, 40%). For a triadic harmony, use hues 49°, 169°, and 289°. For analogous combinations, try hues 19° and 79°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(49, 9%, 40%) in CSS?
As HSL: color: hsl(49, 9%, 40%); — As HEX: color: #6F6C5D; — As RGB: color: rgb(111, 108, 93); — Tailwind CSS: bg-[hsl(49,9%,40%)] — CSS variable: --color-primary: hsl(49, 9%, 40%);