HSL(278, 24%, 73%)

Indigo — Indigo color

Adjust Color

Color Information

Color Name

Indigo

Color Family

Indigo

Warm / Cool

🔵 Cool

Temperature

6500K

CSS Class

bg-[hsl(278,24%,73%)]

Color Conversions

Format Value CSS Usage
HSL hsl(278, 24%, 73%) color: hsl(278, 24%, 73%)
HEX #BFAACB color: #BFAACB
RGB rgb(191, 170, 203) color: rgb(191, 170, 203)
CMYK cmyk(6%, 16%, 0%, 20%)
HSV hsv(278, 16%, 80%)
HWB hwb(278 67% 20%) color: hwb(278 67% 20%)
OKLCH oklch(0.7666 0.0517 313.31) color: oklch(0.7666 0.0517 313.31)
Lab lab(72.32 13.68 -13.98) color: lab(72.32 13.68 -13.98)
LCH lch(72.32 19.56 314.38) color: lch(72.32 19.56 314.38)

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.14:1
vs Black 9.83: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)

#B6B6C3 — rgb(182, 182, 195)

Deuteranopia (Green-blind)

#B7B9C1 — rgb(183, 185, 193)

Tritanopia (Blue-blind)

#BEBDBB — rgb(190, 189, 187)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(278, 24%, 73%);

text

color: hsl(278, 24%, 73%);

border

border: 2px solid hsl(278, 24%, 73%);

gradient light

background: linear-gradient(to right, hsl(278, 24%, 93%), hsl(278, 24%, 73%));

gradient dark

background: linear-gradient(to right, hsl(278, 24%, 73%), hsl(278, 24%, 53%))

hex

background-color: #BFAACB;

tailwind

bg-[hsl(278,24%,73%)]

box shadow

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

css variable

--color-primary: hsl(278, 24%, 73%);

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(278, 24%, 73%)?

HEX: #BFAACB | RGB: rgb(191, 170, 203) | CMYK: 6%, 16%, 0%, 20% | HSV: 278°, 16%, 80%. Copy any format from the conversion table above.

What colors go well with #BFAACB?

The complementary color is HSL(98, 24%, 73%). For a triadic harmony, use hues 278°, 38°, and 158°. For analogous combinations, try hues 248° and 308°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(278, 24%, 73%) in CSS?

As HSL: color: hsl(278, 24%, 73%); — As HEX: color: #BFAACB; — As RGB: color: rgb(191, 170, 203); — Tailwind CSS: bg-[hsl(278,24%,73%)] — CSS variable: --color-primary: hsl(278, 24%, 73%);