HSL(278, 89%, 83%)

Indigo — Indigo color

Adjust Color

Color Information

Color Name

Indigo

Color Family

Indigo

Warm / Cool

🔵 Cool

Temperature

6500K

CSS Class

bg-[hsl(278,89%,83%)]

Color Conversions

Format Value CSS Usage
HSL hsl(278, 89%, 83%) color: hsl(278, 89%, 83%)
HEX #DEADFA color: #DEADFA
RGB rgb(222, 173, 250) color: rgb(222, 173, 250)
CMYK cmyk(11%, 31%, 0%, 2%)
HSV hsv(278, 31%, 98%)
HWB hwb(278 68% 2%) color: hwb(278 68% 2%)
OKLCH oklch(0.8182 0.1174 312.83) color: oklch(0.8182 0.1174 312.83)
Lab lab(77.47 31.48 -31.44) color: lab(77.47 31.48 -31.44)
LCH lch(77.47 44.49 315.04) color: lch(77.47 44.49 315.04)

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 1.83:1
vs Black 11.46: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)

#C9C8E7 — rgb(201, 200, 231)

Deuteranopia (Green-blind)

#CCCFE3 — rgb(204, 207, 227)

Tritanopia (Blue-blind)

#DCD9D5 — rgb(220, 217, 213)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(278, 89%, 83%);

text

color: hsl(278, 89%, 83%);

border

border: 2px solid hsl(278, 89%, 83%);

gradient light

background: linear-gradient(to right, hsl(278, 89%, 100%), hsl(278, 89%, 83%));

gradient dark

background: linear-gradient(to right, hsl(278, 89%, 83%), hsl(278, 89%, 63%))

hex

background-color: #DEADFA;

tailwind

bg-[hsl(278,89%,83%)]

box shadow

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

css variable

--color-primary: hsl(278, 89%, 83%);

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, 89%, 83%)?

HEX: #DEADFA | RGB: rgb(222, 173, 250) | CMYK: 11%, 31%, 0%, 2% | HSV: 278°, 31%, 98%. Copy any format from the conversion table above.

What colors go well with #DEADFA?

The complementary color is HSL(98, 89%, 83%). 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, 89%, 83%) in CSS?

As HSL: color: hsl(278, 89%, 83%); — As HEX: color: #DEADFA; — As RGB: color: rgb(222, 173, 250); — Tailwind CSS: bg-[hsl(278,89%,83%)] — CSS variable: --color-primary: hsl(278, 89%, 83%);