HSL(269, 70%, 72%)

Indigo — Indigo color

Adjust Color

Color Information

Color Name

Indigo

Color Family

Indigo

Warm / Cool

🔵 Cool

Temperature

9000K

CSS Class

bg-[hsl(269,70%,72%)]

Color Conversions

Format Value CSS Usage
HSL hsl(269, 70%, 72%) color: hsl(269, 70%, 72%)
HEX #B686EA color: #B686EA
RGB rgb(182, 134, 234) color: rgb(182, 134, 234)
CMYK cmyk(22%, 43%, 0%, 8%)
HSV hsv(269, 43%, 92%)
HWB hwb(269 52% 8%) color: hwb(269 52% 8%)
OKLCH oklch(0.7058 0.1491 305.02) color: oklch(0.7058 0.1491 305.02)
Lab lab(64.11 37.54 -43.8) color: lab(64.11 37.54 -43.8)
LCH lch(64.11 57.69 310.6) color: lch(64.11 57.69 310.6)

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.77:1
vs Black 7.59: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)

#A1A1D2 — rgb(161, 161, 210)

Deuteranopia (Green-blind)

#A4A8CC — rgb(164, 168, 204)

Tritanopia (Blue-blind)

#B4BFBB — rgb(180, 191, 187)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(269, 70%, 72%);

text

color: hsl(269, 70%, 72%);

border

border: 2px solid hsl(269, 70%, 72%);

gradient light

background: linear-gradient(to right, hsl(269, 70%, 92%), hsl(269, 70%, 72%));

gradient dark

background: linear-gradient(to right, hsl(269, 70%, 72%), hsl(269, 70%, 52%))

hex

background-color: #B686EA;

tailwind

bg-[hsl(269,70%,72%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(269, 70%, 72%, 0.4);

css variable

--color-primary: hsl(269, 70%, 72%);

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(269, 70%, 72%)?

HEX: #B686EA | RGB: rgb(182, 134, 234) | CMYK: 22%, 43%, 0%, 8% | HSV: 269°, 43%, 92%. Copy any format from the conversion table above.

What colors go well with #B686EA?

The complementary color is HSL(89, 70%, 72%). For a triadic harmony, use hues 269°, 29°, and 149°. For analogous combinations, try hues 239° and 299°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(269, 70%, 72%) in CSS?

As HSL: color: hsl(269, 70%, 72%); — As HEX: color: #B686EA; — As RGB: color: rgb(182, 134, 234); — Tailwind CSS: bg-[hsl(269,70%,72%)] — CSS variable: --color-primary: hsl(269, 70%, 72%);