HSL(263, 30%, 88%)

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(263,30%,88%)]

Color Conversions

Format Value CSS Usage
HSL hsl(263, 30%, 88%) color: hsl(263, 30%, 88%)
HEX #DED7EA color: #DED7EA
RGB rgb(222, 215, 234) color: rgb(222, 215, 234)
CMYK cmyk(5%, 8%, 0%, 8%)
HSV hsv(262, 8%, 92%)
HWB hwb(262 85% 8%) color: hwb(262 85% 8%)
OKLCH oklch(0.8904 0.0268 302.55) color: oklch(0.8904 0.0268 302.55)
Lab lab(87.03 5.86 -8.44) color: lab(87.03 5.86 -8.44)
LCH lch(87.03 10.27 304.77) color: lch(87.03 10.27 304.77)

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.4:1
vs Black 15.01: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)

#DBDBE5 — rgb(219, 219, 229)

Deuteranopia (Green-blind)

#DBDCE4 — rgb(219, 220, 228)

Tritanopia (Blue-blind)

#DEE2E1 — rgb(222, 226, 225)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

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

text

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

border

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

gradient light

background: linear-gradient(to right, hsl(263, 30%, 100%), hsl(263, 30%, 88%));

gradient dark

background: linear-gradient(to right, hsl(263, 30%, 88%), hsl(263, 30%, 68%))

hex

background-color: #DED7EA;

tailwind

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

box shadow

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

css variable

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

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

HEX: #DED7EA | RGB: rgb(222, 215, 234) | CMYK: 5%, 8%, 0%, 8% | HSV: 262°, 8%, 92%. Copy any format from the conversion table above.

What colors go well with #DED7EA?

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

As HSL: color: hsl(263, 30%, 88%); — As HEX: color: #DED7EA; — As RGB: color: rgb(222, 215, 234); — Tailwind CSS: bg-[hsl(263,30%,88%)] — CSS variable: --color-primary: hsl(263, 30%, 88%);