HSL(278, 40%, 94%)

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,40%,94%)]

Color Conversions

Format Value CSS Usage
HSL hsl(278, 40%, 94%) color: hsl(278, 40%, 94%)
HEX #F1EAF6 color: #F1EAF6
RGB rgb(241, 234, 246) color: rgb(241, 234, 246)
CMYK cmyk(2%, 5%, 0%, 4%)
HSV hsv(275, 5%, 96%)
HWB hwb(275 91% 4%) color: hwb(275 91% 4%)
OKLCH oklch(0.946 0.0176 311.57) color: oklch(0.946 0.0176 311.57)
Lab lab(93.54 4.48 -4.95) color: lab(93.54 4.48 -4.95)
LCH lch(93.54 6.68 312.15) color: lch(93.54 6.68 312.15)

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.18:1
vs Black 17.84: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)

#EEEEF3 — rgb(238, 238, 243)

Deuteranopia (Green-blind)

#EEEFF2 — rgb(238, 239, 242)

Tritanopia (Blue-blind)

#F1F1F0 — rgb(241, 241, 240)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(278, 40%, 94%);

text

color: hsl(278, 40%, 94%);

border

border: 2px solid hsl(278, 40%, 94%);

gradient light

background: linear-gradient(to right, hsl(278, 40%, 100%), hsl(278, 40%, 94%));

gradient dark

background: linear-gradient(to right, hsl(278, 40%, 94%), hsl(278, 40%, 74%))

hex

background-color: #F1EAF6;

tailwind

bg-[hsl(278,40%,94%)]

box shadow

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

css variable

--color-primary: hsl(278, 40%, 94%);

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, 40%, 94%)?

HEX: #F1EAF6 | RGB: rgb(241, 234, 246) | CMYK: 2%, 5%, 0%, 4% | HSV: 275°, 5%, 96%. Copy any format from the conversion table above.

What colors go well with #F1EAF6?

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

As HSL: color: hsl(278, 40%, 94%); — As HEX: color: #F1EAF6; — As RGB: color: rgb(241, 234, 246); — Tailwind CSS: bg-[hsl(278,40%,94%)] — CSS variable: --color-primary: hsl(278, 40%, 94%);