HSL(271, 23%, 80%)

Indigo — Indigo color

Adjust Color

Color Information

Color Name

Indigo

Color Family

Indigo

Warm / Cool

🔵 Cool

Temperature

6500K

CSS Class

bg-[hsl(271,23%,80%)]

Color Conversions

Format Value CSS Usage
HSL hsl(271, 23%, 80%) color: hsl(271, 23%, 80%)
HEX #CCC0D8 color: #CCC0D8
RGB rgb(204, 192, 216) color: rgb(204, 192, 216)
CMYK cmyk(6%, 11%, 0%, 15%)
HSV hsv(270, 11%, 85%)
HWB hwb(270 76% 15%) color: hwb(270 76% 15%)
OKLCH oklch(0.825 0.0356 307.98) color: oklch(0.825 0.0356 307.98)
Lab lab(79.33 8.64 -10.46) color: lab(79.33 8.64 -10.46)
LCH lch(79.33 13.57 309.56) color: lch(79.33 13.57 309.56)

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.74:1
vs Black 12.1: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)

#C7C7D2 — rgb(199, 199, 210)

Deuteranopia (Green-blind)

#C8C8D1 — rgb(200, 200, 209)

Tritanopia (Blue-blind)

#CBCECD — rgb(203, 206, 205)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(271, 23%, 80%);

text

color: hsl(271, 23%, 80%);

border

border: 2px solid hsl(271, 23%, 80%);

gradient light

background: linear-gradient(to right, hsl(271, 23%, 100%), hsl(271, 23%, 80%));

gradient dark

background: linear-gradient(to right, hsl(271, 23%, 80%), hsl(271, 23%, 60%))

hex

background-color: #CCC0D8;

tailwind

bg-[hsl(271,23%,80%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(271, 23%, 80%, 0.4);

css variable

--color-primary: hsl(271, 23%, 80%);

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(271, 23%, 80%)?

HEX: #CCC0D8 | RGB: rgb(204, 192, 216) | CMYK: 6%, 11%, 0%, 15% | HSV: 270°, 11%, 85%. Copy any format from the conversion table above.

What colors go well with #CCC0D8?

The complementary color is HSL(91, 23%, 80%). For a triadic harmony, use hues 271°, 31°, and 151°. For analogous combinations, try hues 241° and 301°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(271, 23%, 80%) in CSS?

As HSL: color: hsl(271, 23%, 80%); — As HEX: color: #CCC0D8; — As RGB: color: rgb(204, 192, 216); — Tailwind CSS: bg-[hsl(271,23%,80%)] — CSS variable: --color-primary: hsl(271, 23%, 80%);