HSL(234, 9%, 60%)

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(234,9%,60%)]

Color Conversions

Format Value CSS Usage
HSL hsl(234, 9%, 60%) color: hsl(234, 9%, 60%)
HEX #9092A2 color: #9092A2
RGB rgb(144, 146, 162) color: rgb(144, 146, 162)
CMYK cmyk(11%, 10%, 0%, 36%)
HSV hsv(233, 11%, 64%)
HWB hwb(233 57% 36%) color: hwb(233 57% 36%)
OKLCH oklch(0.6636 0.0237 280.07) color: oklch(0.6636 0.0237 280.07)
Lab lab(60.87 2.56 -8.65) color: lab(60.87 2.56 -8.65)
LCH lch(60.87 9.02 286.49) color: lch(60.87 9.02 286.49)

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 3.08:1
vs Black 6.82:1

AA Normal (4.5:1)

on White: FAIL ✗ on Black: PASS ✓

AA Large (3:1)

on White: PASS ✓ on Black: PASS ✓

AAA Normal (7:1)

on White: FAIL ✗

Best text on this color: black

Color Blindness Simulation

Protanopia (Red-blind)

#91919E — rgb(145, 145, 158)

Deuteranopia (Green-blind)

#91919D — rgb(145, 145, 157)

Tritanopia (Blue-blind)

#909B9A — rgb(144, 155, 154)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(234, 9%, 60%);

text

color: hsl(234, 9%, 60%);

border

border: 2px solid hsl(234, 9%, 60%);

gradient light

background: linear-gradient(to right, hsl(234, 9%, 80%), hsl(234, 9%, 60%));

gradient dark

background: linear-gradient(to right, hsl(234, 9%, 60%), hsl(234, 9%, 40%))

hex

background-color: #9092A2;

tailwind

bg-[hsl(234,9%,60%)]

box shadow

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

css variable

--color-primary: hsl(234, 9%, 60%);

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(234, 9%, 60%)?

HEX: #9092A2 | RGB: rgb(144, 146, 162) | CMYK: 11%, 10%, 0%, 36% | HSV: 233°, 11%, 64%. Copy any format from the conversion table above.

What colors go well with #9092A2?

The complementary color is HSL(54, 9%, 60%). For a triadic harmony, use hues 234°, 354°, and 114°. For analogous combinations, try hues 204° and 264°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(234, 9%, 60%) in CSS?

As HSL: color: hsl(234, 9%, 60%); — As HEX: color: #9092A2; — As RGB: color: rgb(144, 146, 162); — Tailwind CSS: bg-[hsl(234,9%,60%)] — CSS variable: --color-primary: hsl(234, 9%, 60%);