HSL(358, 6%, 43%)
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(358,6%,43%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(358, 6%, 43%) | color: hsl(358, 6%, 43%) | |
| HEX | #746768 | color: #746768 | |
| RGB | rgb(116, 103, 104) | color: rgb(116, 103, 104) | |
| CMYK | cmyk(0%, 11%, 10%, 55%) | — | |
| HSV | hsv(355, 11%, 45%) | — | |
| HWB | hwb(355 40% 55%) | color: hwb(355 40% 55%) | |
| OKLCH | oklch(0.5263 0.0166 12.38) | color: oklch(0.5263 0.0166 12.38) | |
| Lab | lab(44.82 5.32 1.32) | color: lab(44.82 5.32 1.32) | |
| LCH | lch(44.82 5.48 13.93) | color: lch(44.82 5.48 13.93) |
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)
#6E6E68 — rgb(110, 110, 104)
Deuteranopia (Green-blind)
#6F7068 — rgb(111, 112, 104)
Tritanopia (Blue-blind)
#736868 — rgb(115, 104, 104)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(358, 6%, 43%);
text
color: hsl(358, 6%, 43%);
border
border: 2px solid hsl(358, 6%, 43%);
gradient light
background: linear-gradient(to right, hsl(358, 6%, 63%), hsl(358, 6%, 43%));
gradient dark
background: linear-gradient(to right, hsl(358, 6%, 43%), hsl(358, 6%, 23%))
hex
background-color: #746768;
tailwind
bg-[hsl(358,6%,43%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(358, 6%, 43%, 0.4);
css variable
--color-primary: hsl(358, 6%, 43%);
Related Colors
Use Cases for Grayish Gray
Frequently Asked Questions
What are all the color codes for HSL(358, 6%, 43%)?
HEX: #746768 | RGB: rgb(116, 103, 104) | CMYK: 0%, 11%, 10%, 55% | HSV: 355°, 11%, 45%. Copy any format from the conversion table above.
What colors go well with #746768?
The complementary color is HSL(178, 6%, 43%). For a triadic harmony, use hues 358°, 118°, and 238°. For analogous combinations, try hues 328° and 28°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(358, 6%, 43%) in CSS?
As HSL: color: hsl(358, 6%, 43%); — As HEX: color: #746768; — As RGB: color: rgb(116, 103, 104); — Tailwind CSS: bg-[hsl(358,6%,43%)] — CSS variable: --color-primary: hsl(358, 6%, 43%);