HSL(264, 60%, 75%)

Indigo — Indigo color

Adjust Color

Color Information

Color Name

Indigo

Color Family

Indigo

Warm / Cool

🔵 Cool

Temperature

9000K

CSS Class

bg-[hsl(264,60%,75%)]

Color Conversions

Format Value CSS Usage
HSL hsl(264, 60%, 75%) color: hsl(264, 60%, 75%)
HEX #B899E6 color: #B899E6
RGB rgb(184, 153, 230) color: rgb(184, 153, 230)
CMYK cmyk(20%, 33%, 0%, 10%)
HSV hsv(264, 33%, 90%)
HWB hwb(264 60% 10%) color: hwb(264 60% 10%)
OKLCH oklch(0.7391 0.1133 302.21) color: oklch(0.7391 0.1133 302.21)
Lab lab(68.52 26.64 -34.68) color: lab(68.52 26.64 -34.68)
LCH lch(68.52 43.73 307.53) color: lch(68.52 43.73 307.53)

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.4:1
vs Black 8.74: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)

#ABAAD3 — rgb(171, 170, 211)

Deuteranopia (Green-blind)

#ACAFCF — rgb(172, 175, 207)

Tritanopia (Blue-blind)

#B6C5C1 — rgb(182, 197, 193)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(264, 60%, 75%);

text

color: hsl(264, 60%, 75%);

border

border: 2px solid hsl(264, 60%, 75%);

gradient light

background: linear-gradient(to right, hsl(264, 60%, 95%), hsl(264, 60%, 75%));

gradient dark

background: linear-gradient(to right, hsl(264, 60%, 75%), hsl(264, 60%, 55%))

hex

background-color: #B899E6;

tailwind

bg-[hsl(264,60%,75%)]

box shadow

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

css variable

--color-primary: hsl(264, 60%, 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(264, 60%, 75%)?

HEX: #B899E6 | RGB: rgb(184, 153, 230) | CMYK: 20%, 33%, 0%, 10% | HSV: 264°, 33%, 90%. Copy any format from the conversion table above.

What colors go well with #B899E6?

The complementary color is HSL(84, 60%, 75%). For a triadic harmony, use hues 264°, 24°, and 144°. For analogous combinations, try hues 234° and 294°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(264, 60%, 75%) in CSS?

As HSL: color: hsl(264, 60%, 75%); — As HEX: color: #B899E6; — As RGB: color: rgb(184, 153, 230); — Tailwind CSS: bg-[hsl(264,60%,75%)] — CSS variable: --color-primary: hsl(264, 60%, 75%);