HSL(263, 30%, 71%)

Indigo — Indigo color

Adjust Color

Color Information

Color Name

Indigo

Color Family

Indigo

Warm / Cool

🔵 Cool

Temperature

9000K

CSS Class

bg-[hsl(263,30%,71%)]

Color Conversions

Format Value CSS Usage
HSL hsl(263, 30%, 71%) color: hsl(263, 30%, 71%)
HEX #B09FCB color: #B09FCB
RGB rgb(176, 159, 203) color: rgb(176, 159, 203)
CMYK cmyk(13%, 22%, 0%, 20%)
HSV hsv(263, 22%, 80%)
HWB hwb(263 62% 20%) color: hwb(263 62% 20%)
OKLCH oklch(0.7321 0.0653 302.45) color: oklch(0.7321 0.0653 302.45)
Lab lab(68.27 14.81 -20.23) color: lab(68.27 14.81 -20.23)
LCH lch(68.27 25.07 306.21) color: lch(68.27 25.07 306.21)

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.42:1
vs Black 8.67: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)

#A9A8C0 — rgb(169, 168, 192)

Deuteranopia (Green-blind)

#AAABBE — rgb(170, 171, 190)

Tritanopia (Blue-blind)

#AFB8B6 — rgb(175, 184, 182)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(263, 30%, 71%);

text

color: hsl(263, 30%, 71%);

border

border: 2px solid hsl(263, 30%, 71%);

gradient light

background: linear-gradient(to right, hsl(263, 30%, 91%), hsl(263, 30%, 71%));

gradient dark

background: linear-gradient(to right, hsl(263, 30%, 71%), hsl(263, 30%, 51%))

hex

background-color: #B09FCB;

tailwind

bg-[hsl(263,30%,71%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(263, 30%, 71%, 0.4);

css variable

--color-primary: hsl(263, 30%, 71%);

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(263, 30%, 71%)?

HEX: #B09FCB | RGB: rgb(176, 159, 203) | CMYK: 13%, 22%, 0%, 20% | HSV: 263°, 22%, 80%. Copy any format from the conversion table above.

What colors go well with #B09FCB?

The complementary color is HSL(83, 30%, 71%). For a triadic harmony, use hues 263°, 23°, and 143°. For analogous combinations, try hues 233° and 293°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(263, 30%, 71%) in CSS?

As HSL: color: hsl(263, 30%, 71%); — As HEX: color: #B09FCB; — As RGB: color: rgb(176, 159, 203); — Tailwind CSS: bg-[hsl(263,30%,71%)] — CSS variable: --color-primary: hsl(263, 30%, 71%);