HSL(277, 46%, 78%)

Indigo — Indigo color

Adjust Color

Color Information

Color Name

Indigo

Color Family

Indigo

Warm / Cool

🔵 Cool

Temperature

6500K

CSS Class

bg-[hsl(277,46%,78%)]

Color Conversions

Format Value CSS Usage
HSL hsl(277, 46%, 78%) color: hsl(277, 46%, 78%)
HEX #CDADE1 color: #CDADE1
RGB rgb(205, 173, 225) color: rgb(205, 173, 225)
CMYK cmyk(9%, 23%, 0%, 12%)
HSV hsv(277, 23%, 88%)
HWB hwb(277 68% 12%) color: hwb(277 68% 12%)
OKLCH oklch(0.7928 0.08 312.25) color: oklch(0.7928 0.08 312.25)
Lab lab(75.02 21.06 -21.81) color: lab(75.02 21.06 -21.81)
LCH lch(75.02 30.32 314) color: lch(75.02 30.32 314)

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.97:1
vs Black 10.66: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)

#BFBFD4 — rgb(191, 191, 212)

Deuteranopia (Green-blind)

#C1C3D1 — rgb(193, 195, 209)

Tritanopia (Blue-blind)

#CBCAC8 — rgb(203, 202, 200)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(277, 46%, 78%);

text

color: hsl(277, 46%, 78%);

border

border: 2px solid hsl(277, 46%, 78%);

gradient light

background: linear-gradient(to right, hsl(277, 46%, 98%), hsl(277, 46%, 78%));

gradient dark

background: linear-gradient(to right, hsl(277, 46%, 78%), hsl(277, 46%, 58%))

hex

background-color: #CDADE1;

tailwind

bg-[hsl(277,46%,78%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(277, 46%, 78%, 0.4);

css variable

--color-primary: hsl(277, 46%, 78%);

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(277, 46%, 78%)?

HEX: #CDADE1 | RGB: rgb(205, 173, 225) | CMYK: 9%, 23%, 0%, 12% | HSV: 277°, 23%, 88%. Copy any format from the conversion table above.

What colors go well with #CDADE1?

The complementary color is HSL(97, 46%, 78%). For a triadic harmony, use hues 277°, 37°, and 157°. For analogous combinations, try hues 247° and 307°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(277, 46%, 78%) in CSS?

As HSL: color: hsl(277, 46%, 78%); — As HEX: color: #CDADE1; — As RGB: color: rgb(205, 173, 225); — Tailwind CSS: bg-[hsl(277,46%,78%)] — CSS variable: --color-primary: hsl(277, 46%, 78%);