HSL(283, 26%, 85%)

Indigo — Indigo color

Adjust Color

Color Information

Color Name

Indigo

Color Family

Indigo

Warm / Cool

🔵 Cool

Temperature

6500K

CSS Class

bg-[hsl(283,26%,85%)]

Color Conversions

Format Value CSS Usage
HSL hsl(283, 26%, 85%) color: hsl(283, 26%, 85%)
HEX #DDCFE3 color: #DDCFE3
RGB rgb(221, 207, 227) color: rgb(221, 207, 227)
CMYK cmyk(3%, 9%, 0%, 11%)
HSV hsv(282, 9%, 89%)
HWB hwb(282 81% 11%) color: hwb(282 81% 11%)
OKLCH oklch(0.8718 0.0311 315.89) color: oklch(0.8718 0.0311 315.89)
Lab lab(84.76 8.43 -8.11) color: lab(84.76 8.43 -8.11)
LCH lch(84.76 11.7 316.11) color: lch(84.76 11.7 316.11)

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.49:1
vs Black 14.11: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)

#D7D7DE — rgb(215, 215, 222)

Deuteranopia (Green-blind)

#D8D9DD — rgb(216, 217, 221)

Tritanopia (Blue-blind)

#DCDADA — rgb(220, 218, 218)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(283, 26%, 85%);

text

color: hsl(283, 26%, 85%);

border

border: 2px solid hsl(283, 26%, 85%);

gradient light

background: linear-gradient(to right, hsl(283, 26%, 100%), hsl(283, 26%, 85%));

gradient dark

background: linear-gradient(to right, hsl(283, 26%, 85%), hsl(283, 26%, 65%))

hex

background-color: #DDCFE3;

tailwind

bg-[hsl(283,26%,85%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(283, 26%, 85%, 0.4);

css variable

--color-primary: hsl(283, 26%, 85%);

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(283, 26%, 85%)?

HEX: #DDCFE3 | RGB: rgb(221, 207, 227) | CMYK: 3%, 9%, 0%, 11% | HSV: 282°, 9%, 89%. Copy any format from the conversion table above.

What colors go well with #DDCFE3?

The complementary color is HSL(103, 26%, 85%). For a triadic harmony, use hues 283°, 43°, and 163°. For analogous combinations, try hues 253° and 313°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(283, 26%, 85%) in CSS?

As HSL: color: hsl(283, 26%, 85%); — As HEX: color: #DDCFE3; — As RGB: color: rgb(221, 207, 227); — Tailwind CSS: bg-[hsl(283,26%,85%)] — CSS variable: --color-primary: hsl(283, 26%, 85%);