HSL(278, 77%, 93%)

Very Light Indigo — Indigo color

Adjust Color

Color Information

Color Name

Very Light Indigo

Color Family

Indigo

Warm / Cool

🔵 Cool

Temperature

6500K

CSS Class

bg-[hsl(278,77%,93%)]

Color Conversions

Format Value CSS Usage
HSL hsl(278, 77%, 93%) color: hsl(278, 77%, 93%)
HEX #F1DFFB color: #F1DFFB
RGB rgb(241, 223, 251) color: rgb(241, 223, 251)
CMYK cmyk(4%, 11%, 0%, 2%)
HSV hsv(279, 11%, 98%)
HWB hwb(279 87% 2%) color: hwb(279 87% 2%)
OKLCH oklch(0.9265 0.042 313.7) color: oklch(0.9265 0.042 313.7)
Lab lab(90.98 11.1 -11.35) color: lab(90.98 11.1 -11.35)
LCH lch(90.98 15.88 314.36) color: lch(90.98 15.88 314.36)

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.26:1
vs Black 16.69: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)

#E9E9F4 — rgb(233, 233, 244)

Deuteranopia (Green-blind)

#EAECF3 — rgb(234, 236, 243)

Tritanopia (Blue-blind)

#F0EFEE — rgb(240, 239, 238)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(278, 77%, 93%);

text

color: hsl(278, 77%, 93%);

border

border: 2px solid hsl(278, 77%, 93%);

gradient light

background: linear-gradient(to right, hsl(278, 77%, 100%), hsl(278, 77%, 93%));

gradient dark

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

hex

background-color: #F1DFFB;

tailwind

bg-[hsl(278,77%,93%)]

box shadow

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

css variable

--color-primary: hsl(278, 77%, 93%);

Related Colors

Use Cases for Very Light Indigo

UI elements Web design Branding Graphic design Print design

Frequently Asked Questions

What are all the color codes for HSL(278, 77%, 93%)?

HEX: #F1DFFB | RGB: rgb(241, 223, 251) | CMYK: 4%, 11%, 0%, 2% | HSV: 279°, 11%, 98%. Copy any format from the conversion table above.

What colors go well with #F1DFFB?

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

As HSL: color: hsl(278, 77%, 93%); — As HEX: color: #F1DFFB; — As RGB: color: rgb(241, 223, 251); — Tailwind CSS: bg-[hsl(278,77%,93%)] — CSS variable: --color-primary: hsl(278, 77%, 93%);