HSL(239, 10%, 56%)

Grayish Blue — Blue color

Adjust Color

Color Information

Color Name

Grayish Blue

Color Family

Blue

Warm / Cool

🔵 Cool

Temperature

N/A

CSS Class

bg-[hsl(239,10%,56%)]

Color Conversions

Format Value CSS Usage
HSL hsl(239, 10%, 56%) color: hsl(239, 10%, 56%)
HEX #84849A color: #84849A
RGB rgb(132, 132, 154) color: rgb(132, 132, 154)
CMYK cmyk(14%, 14%, 0%, 40%)
HSV hsv(240, 14%, 60%)
HWB hwb(240 52% 40%) color: hwb(240 52% 40%)
OKLCH oklch(0.6209 0.0329 285.4) color: oklch(0.6209 0.0329 285.4)
Lab lab(55.83 4.66 -11.72) color: lab(55.83 4.66 -11.72)
LCH lch(55.83 12.61 291.68) color: lch(55.83 12.61 291.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 3.65:1
vs Black 5.75: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)

#848495 — rgb(132, 132, 149)

Deuteranopia (Green-blind)

#848493 — rgb(132, 132, 147)

Tritanopia (Blue-blind)

#849090 — rgb(132, 144, 144)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(239, 10%, 56%);

text

color: hsl(239, 10%, 56%);

border

border: 2px solid hsl(239, 10%, 56%);

gradient light

background: linear-gradient(to right, hsl(239, 10%, 76%), hsl(239, 10%, 56%));

gradient dark

background: linear-gradient(to right, hsl(239, 10%, 56%), hsl(239, 10%, 36%))

hex

background-color: #84849A;

tailwind

bg-[hsl(239,10%,56%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(239, 10%, 56%, 0.4);

css variable

--color-primary: hsl(239, 10%, 56%);

Related Colors

Use Cases for Grayish Blue

Corporate branding Trust signals Tech products Social media Primary buttons

Frequently Asked Questions

What are all the color codes for HSL(239, 10%, 56%)?

HEX: #84849A | RGB: rgb(132, 132, 154) | CMYK: 14%, 14%, 0%, 40% | HSV: 240°, 14%, 60%. Copy any format from the conversion table above.

What colors go well with #84849A?

The complementary color is HSL(59, 10%, 56%). For a triadic harmony, use hues 239°, 359°, and 119°. For analogous combinations, try hues 209° and 269°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(239, 10%, 56%) in CSS?

As HSL: color: hsl(239, 10%, 56%); — As HEX: color: #84849A; — As RGB: color: rgb(132, 132, 154); — Tailwind CSS: bg-[hsl(239,10%,56%)] — CSS variable: --color-primary: hsl(239, 10%, 56%);