HSL(231, 11%, 41%)

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(231,11%,41%)]

Color Conversions

Format Value CSS Usage
HSL hsl(231, 11%, 41%) color: hsl(231, 11%, 41%)
HEX #5D6074 color: #5D6074
RGB rgb(93, 96, 116) color: rgb(93, 96, 116)
CMYK cmyk(20%, 17%, 0%, 55%)
HSV hsv(232, 20%, 45%)
HWB hwb(232 36% 55%) color: hwb(232 36% 55%)
OKLCH oklch(0.4939 0.0321 278.44) color: oklch(0.4939 0.0321 278.44)
Lab lab(41.14 3.47 -11.65) color: lab(41.14 3.47 -11.65)
LCH lch(41.14 12.16 286.59) color: lch(41.14 12.16 286.59)

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 6.19:1
vs Black 3.39: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)

#5E5E6F — rgb(94, 94, 111)

Deuteranopia (Green-blind)

#5E5E6E — rgb(94, 94, 110)

Tritanopia (Blue-blind)

#5D6B6B — rgb(93, 107, 107)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(231, 11%, 41%);

text

color: hsl(231, 11%, 41%);

border

border: 2px solid hsl(231, 11%, 41%);

gradient light

background: linear-gradient(to right, hsl(231, 11%, 61%), hsl(231, 11%, 41%));

gradient dark

background: linear-gradient(to right, hsl(231, 11%, 41%), hsl(231, 11%, 21%))

hex

background-color: #5D6074;

tailwind

bg-[hsl(231,11%,41%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(231, 11%, 41%, 0.4);

css variable

--color-primary: hsl(231, 11%, 41%);

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(231, 11%, 41%)?

HEX: #5D6074 | RGB: rgb(93, 96, 116) | CMYK: 20%, 17%, 0%, 55% | HSV: 232°, 20%, 45%. Copy any format from the conversion table above.

What colors go well with #5D6074?

The complementary color is HSL(51, 11%, 41%). For a triadic harmony, use hues 231°, 351°, and 111°. For analogous combinations, try hues 201° and 261°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(231, 11%, 41%) in CSS?

As HSL: color: hsl(231, 11%, 41%); — As HEX: color: #5D6074; — As RGB: color: rgb(93, 96, 116); — Tailwind CSS: bg-[hsl(231,11%,41%)] — CSS variable: --color-primary: hsl(231, 11%, 41%);