HSL(263, 4%, 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(263,4%,43%)]

Color Conversions

Format Value CSS Usage
HSL hsl(263, 4%, 43%) color: hsl(263, 4%, 43%)
HEX #6D6972 color: #6D6972
RGB rgb(109, 105, 114) color: rgb(109, 105, 114)
CMYK cmyk(4%, 8%, 0%, 55%)
HSV hsv(267, 8%, 45%)
HWB hwb(267 41% 55%) color: hwb(267 41% 55%)
OKLCH oklch(0.5275 0.0147 305.84) color: oklch(0.5275 0.0147 305.84)
Lab lab(45.04 3.42 -4.47) color: lab(45.04 3.42 -4.47)
LCH lch(45.04 5.63 307.42) color: lch(45.04 5.63 307.42)

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 5.37:1
vs Black 3.91: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)

#6B6B70 — rgb(107, 107, 112)

Deuteranopia (Green-blind)

#6C6C6F — rgb(108, 108, 111)

Tritanopia (Blue-blind)

#6D6E6E — rgb(109, 110, 110)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(263, 4%, 43%);

text

color: hsl(263, 4%, 43%);

border

border: 2px solid hsl(263, 4%, 43%);

gradient light

background: linear-gradient(to right, hsl(263, 4%, 63%), hsl(263, 4%, 43%));

gradient dark

background: linear-gradient(to right, hsl(263, 4%, 43%), hsl(263, 4%, 23%))

hex

background-color: #6D6972;

tailwind

bg-[hsl(263,4%,43%)]

box shadow

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

css variable

--color-primary: hsl(263, 4%, 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(263, 4%, 43%)?

HEX: #6D6972 | RGB: rgb(109, 105, 114) | CMYK: 4%, 8%, 0%, 55% | HSV: 267°, 8%, 45%. Copy any format from the conversion table above.

What colors go well with #6D6972?

The complementary color is HSL(83, 4%, 43%). For a triadic harmony, use hues 263°, 23°, and 143°. For analogous combinations, try hues 233° and 293°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(263, 4%, 43%) in CSS?

As HSL: color: hsl(263, 4%, 43%); — As HEX: color: #6D6972; — As RGB: color: rgb(109, 105, 114); — Tailwind CSS: bg-[hsl(263,4%,43%)] — CSS variable: --color-primary: hsl(263, 4%, 43%);