HSL(290, 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(290,8%,41%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(290, 8%, 41%) | color: hsl(290, 8%, 41%) | |
| HEX | #6E6071 | color: #6E6071 | |
| RGB | rgb(110, 96, 113) | color: rgb(110, 96, 113) | |
| CMYK | cmyk(3%, 15%, 0%, 56%) | — | |
| HSV | hsv(289, 15%, 44%) | — | |
| HWB | hwb(289 37% 56%) | color: hwb(289 37% 56%) | |
| OKLCH | oklch(0.5084 0.0315 320.29) | color: oklch(0.5084 0.0315 320.29) | |
| Lab | lab(42.57 9.01 -7.52) | color: lab(42.57 9.01 -7.52) | |
| LCH | lch(42.57 11.74 320.15) | color: lch(42.57 11.74 320.15) |
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)
#68686D — rgb(104, 104, 109)
Deuteranopia (Green-blind)
#696A6C — rgb(105, 106, 108)
Tritanopia (Blue-blind)
#6D6A69 — rgb(109, 106, 105)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(290, 8%, 41%);
text
color: hsl(290, 8%, 41%);
border
border: 2px solid hsl(290, 8%, 41%);
gradient light
background: linear-gradient(to right, hsl(290, 8%, 61%), hsl(290, 8%, 41%));
gradient dark
background: linear-gradient(to right, hsl(290, 8%, 41%), hsl(290, 8%, 21%))
hex
background-color: #6E6071;
tailwind
bg-[hsl(290,8%,41%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(290, 8%, 41%, 0.4);
css variable
--color-primary: hsl(290, 8%, 41%);
Related Colors
Use Cases for Grayish Gray
Frequently Asked Questions
What are all the color codes for HSL(290, 8%, 41%)?
HEX: #6E6071 | RGB: rgb(110, 96, 113) | CMYK: 3%, 15%, 0%, 56% | HSV: 289°, 15%, 44%. Copy any format from the conversion table above.
What colors go well with #6E6071?
The complementary color is HSL(110, 8%, 41%). For a triadic harmony, use hues 290°, 50°, and 170°. For analogous combinations, try hues 260° and 320°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(290, 8%, 41%) in CSS?
As HSL: color: hsl(290, 8%, 41%); — As HEX: color: #6E6071; — As RGB: color: rgb(110, 96, 113); — Tailwind CSS: bg-[hsl(290,8%,41%)] — CSS variable: --color-primary: hsl(290, 8%, 41%);