HSL(330, 7%, 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(330,7%,40%)]

Color Conversions

Format Value CSS Usage
HSL hsl(330, 7%, 40%) color: hsl(330, 7%, 40%)
HEX #6D5F66 color: #6D5F66
RGB rgb(109, 95, 102) color: rgb(109, 95, 102)
CMYK cmyk(0%, 13%, 6%, 57%)
HSV hsv(330, 13%, 43%)
HWB hwb(330 37% 57%) color: hwb(330 37% 57%)
OKLCH oklch(0.5012 0.0208 346.2) color: oklch(0.5012 0.0208 346.2)
Lab lab(41.84 6.97 -1.91) color: lab(41.84 6.97 -1.91)
LCH lch(41.84 7.23 344.68) color: lch(41.84 7.23 344.68)

Color Theory

Complementary

Triadic

Analogous

Tetradic (Square)

Split-Complementary

Accessibility (WCAG)

White text on color

Black text on color

Color on white bg

Colored text

Contrast Ratios

vs White 6.04:1
vs Black 3.48:1

AA Normal (4.5:1)

on White: PASS ✓ on Black: FAIL ✗

AA Large (3:1)

on White: PASS ✓ on Black: PASS ✓

AAA Normal (7:1)

on White: FAIL ✗

Best text on this color: white

Color Blindness Simulation

Protanopia (Red-blind)

#676764 — rgb(103, 103, 100)

Deuteranopia (Green-blind)

#686964 — rgb(104, 105, 100)

Tritanopia (Blue-blind)

#6C6363 — rgb(108, 99, 99)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(330, 7%, 40%);

text

color: hsl(330, 7%, 40%);

border

border: 2px solid hsl(330, 7%, 40%);

gradient light

background: linear-gradient(to right, hsl(330, 7%, 60%), hsl(330, 7%, 40%));

gradient dark

background: linear-gradient(to right, hsl(330, 7%, 40%), hsl(330, 7%, 20%))

hex

background-color: #6D5F66;

tailwind

bg-[hsl(330,7%,40%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(330, 7%, 40%, 0.4);

css variable

--color-primary: hsl(330, 7%, 40%);

Related Colors

Use Cases for Grayish Gray

Neutral backgrounds Body text Borders Secondary buttons Disabled states

Frequently Asked Questions

What are all the color codes for HSL(330, 7%, 40%)?

HEX: #6D5F66 | RGB: rgb(109, 95, 102) | CMYK: 0%, 13%, 6%, 57% | HSV: 330°, 13%, 43%. Copy any format from the conversion table above.

What colors go well with #6D5F66?

The complementary color is HSL(150, 7%, 40%). For a triadic harmony, use hues 330°, 90°, and 210°. For analogous combinations, try hues 300° and 0°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(330, 7%, 40%) in CSS?

As HSL: color: hsl(330, 7%, 40%); — As HEX: color: #6D5F66; — As RGB: color: rgb(109, 95, 102); — Tailwind CSS: bg-[hsl(330,7%,40%)] — CSS variable: --color-primary: hsl(330, 7%, 40%);