HSL(104, 9%, 43%)

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(104,9%,43%)]

Color Conversions

Format Value CSS Usage
HSL hsl(104, 9%, 43%) color: hsl(104, 9%, 43%)
HEX #697864 color: #697864
RGB rgb(105, 120, 100) color: rgb(105, 120, 100)
CMYK cmyk(13%, 0%, 17%, 53%)
HSV hsv(105, 17%, 47%)
HWB hwb(105 39% 53%) color: hwb(105 39% 53%)
OKLCH oklch(0.5543 0.0352 137.88) color: oklch(0.5543 0.0352 137.88)
Lab lab(48.71 -9.65 9.14) color: lab(48.71 -9.65 9.14)
LCH lch(48.71 13.29 136.55) color: lch(48.71 13.29 136.55)

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 4.7:1
vs Black 4.47: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)

#6F7069 — rgb(111, 112, 105)

Deuteranopia (Green-blind)

#6F6E6A — rgb(111, 110, 106)

Tritanopia (Blue-blind)

#6A6D6E — rgb(106, 109, 110)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(104, 9%, 43%);

text

color: hsl(104, 9%, 43%);

border

border: 2px solid hsl(104, 9%, 43%);

gradient light

background: linear-gradient(to right, hsl(104, 9%, 63%), hsl(104, 9%, 43%));

gradient dark

background: linear-gradient(to right, hsl(104, 9%, 43%), hsl(104, 9%, 23%))

hex

background-color: #697864;

tailwind

bg-[hsl(104,9%,43%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(104, 9%, 43%, 0.4);

css variable

--color-primary: hsl(104, 9%, 43%);

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(104, 9%, 43%)?

HEX: #697864 | RGB: rgb(105, 120, 100) | CMYK: 13%, 0%, 17%, 53% | HSV: 105°, 17%, 47%. Copy any format from the conversion table above.

What colors go well with #697864?

The complementary color is HSL(284, 9%, 43%). For a triadic harmony, use hues 104°, 224°, and 344°. For analogous combinations, try hues 74° and 134°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(104, 9%, 43%) in CSS?

As HSL: color: hsl(104, 9%, 43%); — As HEX: color: #697864; — As RGB: color: rgb(105, 120, 100); — Tailwind CSS: bg-[hsl(104,9%,43%)] — CSS variable: --color-primary: hsl(104, 9%, 43%);