HSL(255, 60%, 96%)

Very Light Indigo — Indigo color

Adjust Color

Color Information

Color Name

Very Light Indigo

Color Family

Indigo

Warm / Cool

🔵 Cool

Temperature

9000K

CSS Class

bg-[hsl(255,60%,96%)]

Color Conversions

Format Value CSS Usage
HSL hsl(255, 60%, 96%) color: hsl(255, 60%, 96%)
HEX #F2EFFB color: #F2EFFB
RGB rgb(242, 239, 251) color: rgb(242, 239, 251)
CMYK cmyk(4%, 5%, 0%, 2%)
HSV hsv(255, 5%, 98%)
HWB hwb(255 93% 2%) color: hwb(255 93% 2%)
OKLCH oklch(0.9579 0.0163 297.52) color: oklch(0.9579 0.0163 297.52)
Lab lab(94.98 3.15 -5.41) color: lab(94.98 3.15 -5.41)
LCH lch(94.98 6.26 300.21) color: lch(94.98 6.26 300.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 1.13:1
vs Black 18.52: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)

#F1F1F8 — rgb(241, 241, 248)

Deuteranopia (Green-blind)

#F1F1F7 — rgb(241, 241, 247)

Tritanopia (Blue-blind)

#F2F6F5 — rgb(242, 246, 245)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(255, 60%, 96%);

text

color: hsl(255, 60%, 96%);

border

border: 2px solid hsl(255, 60%, 96%);

gradient light

background: linear-gradient(to right, hsl(255, 60%, 100%), hsl(255, 60%, 96%));

gradient dark

background: linear-gradient(to right, hsl(255, 60%, 96%), hsl(255, 60%, 76%))

hex

background-color: #F2EFFB;

tailwind

bg-[hsl(255,60%,96%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(255, 60%, 96%, 0.4);

css variable

--color-primary: hsl(255, 60%, 96%);

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(255, 60%, 96%)?

HEX: #F2EFFB | RGB: rgb(242, 239, 251) | CMYK: 4%, 5%, 0%, 2% | HSV: 255°, 5%, 98%. Copy any format from the conversion table above.

What colors go well with #F2EFFB?

The complementary color is HSL(75, 60%, 96%). For a triadic harmony, use hues 255°, 15°, and 135°. For analogous combinations, try hues 225° and 285°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(255, 60%, 96%) in CSS?

As HSL: color: hsl(255, 60%, 96%); — As HEX: color: #F2EFFB; — As RGB: color: rgb(242, 239, 251); — Tailwind CSS: bg-[hsl(255,60%,96%)] — CSS variable: --color-primary: hsl(255, 60%, 96%);