HSL(267, 23%, 40%)

Indigo — Indigo color

Adjust Color

Color Information

Color Name

Indigo

Color Family

Indigo

Warm / Cool

🔵 Cool

Temperature

9000K

CSS Class

bg-[hsl(267,23%,40%)]

Color Conversions

Format Value CSS Usage
HSL hsl(267, 23%, 40%) color: hsl(267, 23%, 40%)
HEX #644F7D color: #644F7D
RGB rgb(100, 79, 125) color: rgb(100, 79, 125)
CMYK cmyk(20%, 37%, 0%, 51%)
HSV hsv(267, 37%, 49%)
HWB hwb(267 31% 51%) color: hwb(267 31% 51%)
OKLCH oklch(0.4682 0.0765 304.58) color: oklch(0.4682 0.0765 304.58)
Lab lab(37.45 18.72 -22.79) color: lab(37.45 18.72 -22.79)
LCH lch(37.45 29.49 309.4) color: lch(37.45 29.49 309.4)

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 7.1:1
vs Black 2.96: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)

#5B5B72 — rgb(91, 91, 114)

Deuteranopia (Green-blind)

#5C5E6F — rgb(92, 94, 111)

Tritanopia (Blue-blind)

#636967 — rgb(99, 105, 103)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(267, 23%, 40%);

text

color: hsl(267, 23%, 40%);

border

border: 2px solid hsl(267, 23%, 40%);

gradient light

background: linear-gradient(to right, hsl(267, 23%, 60%), hsl(267, 23%, 40%));

gradient dark

background: linear-gradient(to right, hsl(267, 23%, 40%), hsl(267, 23%, 20%))

hex

background-color: #644F7D;

tailwind

bg-[hsl(267,23%,40%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(267, 23%, 40%, 0.4);

css variable

--color-primary: hsl(267, 23%, 40%);

Related Colors

Use Cases for Indigo

UI elements Web design Branding Graphic design Print design

Frequently Asked Questions

What are all the color codes for HSL(267, 23%, 40%)?

HEX: #644F7D | RGB: rgb(100, 79, 125) | CMYK: 20%, 37%, 0%, 51% | HSV: 267°, 37%, 49%. Copy any format from the conversion table above.

What colors go well with #644F7D?

The complementary color is HSL(87, 23%, 40%). For a triadic harmony, use hues 267°, 27°, and 147°. For analogous combinations, try hues 237° and 297°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(267, 23%, 40%) in CSS?

As HSL: color: hsl(267, 23%, 40%); — As HEX: color: #644F7D; — As RGB: color: rgb(100, 79, 125); — Tailwind CSS: bg-[hsl(267,23%,40%)] — CSS variable: --color-primary: hsl(267, 23%, 40%);