HSL(258, 10%, 44%)

Grayish Indigo — Indigo color

Adjust Color

Color Information

Color Name

Grayish Indigo

Color Family

Indigo

Warm / Cool

🔵 Cool

Temperature

N/A

CSS Class

bg-[hsl(258,10%,44%)]

Color Conversions

Format Value CSS Usage
HSL hsl(258, 10%, 44%) color: hsl(258, 10%, 44%)
HEX #6C657B color: #6C657B
RGB rgb(108, 101, 123) color: rgb(108, 101, 123)
CMYK cmyk(12%, 18%, 0%, 52%)
HSV hsv(259, 18%, 48%)
HWB hwb(259 39% 52%) color: hwb(259 39% 52%)
OKLCH oklch(0.5212 0.0351 299.72) color: oklch(0.5212 0.0351 299.72)
Lab lab(44.13 7.46 -11.27) color: lab(44.13 7.46 -11.27)
LCH lch(44.13 13.52 303.5) color: lch(44.13 13.52 303.5)

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 5.55:1
vs Black 3.79: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)

#696976 — rgb(105, 105, 118)

Deuteranopia (Green-blind)

#696A74 — rgb(105, 106, 116)

Tritanopia (Blue-blind)

#6C7171 — rgb(108, 113, 113)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(258, 10%, 44%);

text

color: hsl(258, 10%, 44%);

border

border: 2px solid hsl(258, 10%, 44%);

gradient light

background: linear-gradient(to right, hsl(258, 10%, 64%), hsl(258, 10%, 44%));

gradient dark

background: linear-gradient(to right, hsl(258, 10%, 44%), hsl(258, 10%, 24%))

hex

background-color: #6C657B;

tailwind

bg-[hsl(258,10%,44%)]

box shadow

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

css variable

--color-primary: hsl(258, 10%, 44%);

Related Colors

Use Cases for Grayish Indigo

UI elements Web design Branding Graphic design Print design

Frequently Asked Questions

What are all the color codes for HSL(258, 10%, 44%)?

HEX: #6C657B | RGB: rgb(108, 101, 123) | CMYK: 12%, 18%, 0%, 52% | HSV: 259°, 18%, 48%. Copy any format from the conversion table above.

What colors go well with #6C657B?

The complementary color is HSL(78, 10%, 44%). For a triadic harmony, use hues 258°, 18°, and 138°. For analogous combinations, try hues 228° and 288°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(258, 10%, 44%) in CSS?

As HSL: color: hsl(258, 10%, 44%); — As HEX: color: #6C657B; — As RGB: color: rgb(108, 101, 123); — Tailwind CSS: bg-[hsl(258,10%,44%)] — CSS variable: --color-primary: hsl(258, 10%, 44%);