HSL(263, 9%, 35%)

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,9%,35%)]

Color Conversions

Format Value CSS Usage
HSL hsl(263, 9%, 35%) color: hsl(263, 9%, 35%)
HEX #575161 color: #575161
RGB rgb(87, 81, 97) color: rgb(87, 81, 97)
CMYK cmyk(10%, 16%, 0%, 62%)
HSV hsv(263, 16%, 38%)
HWB hwb(263 32% 62%) color: hwb(263 32% 62%)
OKLCH oklch(0.4466 0.0268 302.38) color: oklch(0.4466 0.0268 302.38)
Lab lab(35.55 5.97 -8.4) color: lab(35.55 5.97 -8.4)
LCH lch(35.55 10.31 305.4) color: lch(35.55 10.31 305.4)

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 7.62:1
vs Black 2.75:1

AA Normal (4.5:1)

on White: PASS ✓ on Black: FAIL ✗

AA Large (3:1)

on White: PASS ✓ on Black: FAIL ✗

AAA Normal (7:1)

on White: PASS ✓

Best text on this color: white

Color Blindness Simulation

Protanopia (Red-blind)

#54545D — rgb(84, 84, 93)

Deuteranopia (Green-blind)

#55555C — rgb(85, 85, 92)

Tritanopia (Blue-blind)

#575A59 — rgb(87, 90, 89)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(263, 9%, 35%);

text

color: hsl(263, 9%, 35%);

border

border: 2px solid hsl(263, 9%, 35%);

gradient light

background: linear-gradient(to right, hsl(263, 9%, 55%), hsl(263, 9%, 35%));

gradient dark

background: linear-gradient(to right, hsl(263, 9%, 35%), hsl(263, 9%, 15%))

hex

background-color: #575161;

tailwind

bg-[hsl(263,9%,35%)]

box shadow

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

css variable

--color-primary: hsl(263, 9%, 35%);

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, 9%, 35%)?

HEX: #575161 | RGB: rgb(87, 81, 97) | CMYK: 10%, 16%, 0%, 62% | HSV: 263°, 16%, 38%. Copy any format from the conversion table above.

What colors go well with #575161?

The complementary color is HSL(83, 9%, 35%). 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, 9%, 35%) in CSS?

As HSL: color: hsl(263, 9%, 35%); — As HEX: color: #575161; — As RGB: color: rgb(87, 81, 97); — Tailwind CSS: bg-[hsl(263,9%,35%)] — CSS variable: --color-primary: hsl(263, 9%, 35%);