HSL(239, 10%, 48%)

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

Color Conversions

Format Value CSS Usage
HSL hsl(239, 10%, 48%) color: hsl(239, 10%, 48%)
HEX #6E6F87 color: #6E6F87
RGB rgb(110, 111, 135) color: rgb(110, 111, 135)
CMYK cmyk(19%, 18%, 0%, 47%)
HSV hsv(238, 19%, 53%)
HWB hwb(238 43% 47%) color: hwb(238 43% 47%)
OKLCH oklch(0.5496 0.0371 283.22) color: oklch(0.5496 0.0371 283.22)
Lab lab(47.54 4.98 -13.28) color: lab(47.54 4.98 -13.28)
LCH lch(47.54 14.18 290.56) color: lch(47.54 14.18 290.56)

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 4.9:1
vs Black 4.29: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)

#6E6E81 — rgb(110, 110, 129)

Deuteranopia (Green-blind)

#6E6E80 — rgb(110, 110, 128)

Tritanopia (Blue-blind)

#6E7D7C — rgb(110, 125, 124)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

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

text

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

border

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

gradient light

background: linear-gradient(to right, hsl(239, 10%, 68%), hsl(239, 10%, 48%));

gradient dark

background: linear-gradient(to right, hsl(239, 10%, 48%), hsl(239, 10%, 28%))

hex

background-color: #6E6F87;

tailwind

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

box shadow

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

css variable

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

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

HEX: #6E6F87 | RGB: rgb(110, 111, 135) | CMYK: 19%, 18%, 0%, 47% | HSV: 238°, 19%, 53%. Copy any format from the conversion table above.

What colors go well with #6E6F87?

The complementary color is HSL(59, 10%, 48%). 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%, 48%) in CSS?

As HSL: color: hsl(239, 10%, 48%); — As HEX: color: #6E6F87; — As RGB: color: rgb(110, 111, 135); — Tailwind CSS: bg-[hsl(239,10%,48%)] — CSS variable: --color-primary: hsl(239, 10%, 48%);