HSL(267, 50%, 75%)

Indigo — Indigo color

Adjust Color

Color Information

Color Name

Indigo

Color Family

Indigo

Warm / Cool

🔵 Cool

Temperature

9000K

CSS Class

bg-[hsl(267,50%,75%)]

Color Conversions

Format Value CSS Usage
HSL hsl(267, 50%, 75%) color: hsl(267, 50%, 75%)
HEX #BC9FDF color: #BC9FDF
RGB rgb(188, 159, 223) color: rgb(188, 159, 223)
CMYK cmyk(16%, 29%, 0%, 13%)
HSV hsv(267, 29%, 87%)
HWB hwb(267 62% 13%) color: hwb(267 62% 13%)
OKLCH oklch(0.7507 0.0952 304.93) color: oklch(0.7507 0.0952 304.93)
Lab lab(70.05 22.96 -28.45) color: lab(70.05 22.96 -28.45)
LCH lch(70.05 36.56 308.9) color: lch(70.05 36.56 308.9)

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 2.29:1
vs Black 9.16:1

AA Normal (4.5:1)

on White: FAIL ✗ on Black: PASS ✓

AA Large (3:1)

on White: FAIL ✗ on Black: PASS ✓

AAA Normal (7:1)

on White: FAIL ✗

Best text on this color: black

Color Blindness Simulation

Protanopia (Red-blind)

#AFAFD0 — rgb(175, 175, 208)

Deuteranopia (Green-blind)

#B1B3CC — rgb(177, 179, 204)

Tritanopia (Blue-blind)

#BBC3C1 — rgb(187, 195, 193)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(267, 50%, 75%);

text

color: hsl(267, 50%, 75%);

border

border: 2px solid hsl(267, 50%, 75%);

gradient light

background: linear-gradient(to right, hsl(267, 50%, 95%), hsl(267, 50%, 75%));

gradient dark

background: linear-gradient(to right, hsl(267, 50%, 75%), hsl(267, 50%, 55%))

hex

background-color: #BC9FDF;

tailwind

bg-[hsl(267,50%,75%)]

box shadow

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

css variable

--color-primary: hsl(267, 50%, 75%);

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

HEX: #BC9FDF | RGB: rgb(188, 159, 223) | CMYK: 16%, 29%, 0%, 13% | HSV: 267°, 29%, 87%. Copy any format from the conversion table above.

What colors go well with #BC9FDF?

The complementary color is HSL(87, 50%, 75%). 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, 50%, 75%) in CSS?

As HSL: color: hsl(267, 50%, 75%); — As HEX: color: #BC9FDF; — As RGB: color: rgb(188, 159, 223); — Tailwind CSS: bg-[hsl(267,50%,75%)] — CSS variable: --color-primary: hsl(267, 50%, 75%);