HSL(260, 11%, 24%)

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(260,11%,24%)]

Color Conversions

Format Value CSS Usage
HSL hsl(260, 11%, 24%) color: hsl(260, 11%, 24%)
HEX #3B3644 color: #3B3644
RGB rgb(59, 54, 68) color: rgb(59, 54, 68)
CMYK cmyk(13%, 21%, 0%, 73%)
HSV hsv(261, 21%, 27%)
HWB hwb(261 21% 73%) color: hwb(261 21% 73%)
OKLCH oklch(0.3437 0.025 301.39) color: oklch(0.3437 0.025 301.39)
Lab lab(23.62 5.5 -7.87) color: lab(23.62 5.5 -7.87)
LCH lch(23.62 9.6 304.95) color: lch(23.62 9.6 304.95)

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 11.69:1
vs Black 1.8:1

AA Normal (4.5:1)

on White: PASS ✓ on Black: FAIL ✗

AA Large (3:1)

on White: PASS ✓ on Black: FAIL ✗

AAA Normal (7:1)

on White: PASS ✓

Best text on this color: white

Color Blindness Simulation

Protanopia (Red-blind)

#393941 — rgb(57, 57, 65)

Deuteranopia (Green-blind)

#393A40 — rgb(57, 58, 64)

Tritanopia (Blue-blind)

#3B3E3D — rgb(59, 62, 61)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(260, 11%, 24%);

text

color: hsl(260, 11%, 24%);

border

border: 2px solid hsl(260, 11%, 24%);

gradient light

background: linear-gradient(to right, hsl(260, 11%, 44%), hsl(260, 11%, 24%));

gradient dark

background: linear-gradient(to right, hsl(260, 11%, 24%), hsl(260, 11%, 4%))

hex

background-color: #3B3644;

tailwind

bg-[hsl(260,11%,24%)]

box shadow

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

css variable

--color-primary: hsl(260, 11%, 24%);

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(260, 11%, 24%)?

HEX: #3B3644 | RGB: rgb(59, 54, 68) | CMYK: 13%, 21%, 0%, 73% | HSV: 261°, 21%, 27%. Copy any format from the conversion table above.

What colors go well with #3B3644?

The complementary color is HSL(80, 11%, 24%). For a triadic harmony, use hues 260°, 20°, and 140°. For analogous combinations, try hues 230° and 290°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(260, 11%, 24%) in CSS?

As HSL: color: hsl(260, 11%, 24%); — As HEX: color: #3B3644; — As RGB: color: rgb(59, 54, 68); — Tailwind CSS: bg-[hsl(260,11%,24%)] — CSS variable: --color-primary: hsl(260, 11%, 24%);