HSL(263, 50%, 83%)

Indigo — Indigo color

Adjust Color

Color Information

Color Name

Indigo

Color Family

Indigo

Warm / Cool

🔵 Cool

Temperature

9000K

CSS Class

bg-[hsl(263,50%,83%)]

Color Conversions

Format Value CSS Usage
HSL hsl(263, 50%, 83%) color: hsl(263, 50%, 83%)
HEX #CFBEE9 color: #CFBEE9
RGB rgb(207, 190, 233) color: rgb(207, 190, 233)
CMYK cmyk(11%, 18%, 0%, 9%)
HSV hsv(264, 18%, 91%)
HWB hwb(264 75% 9%) color: hwb(264 75% 9%)
OKLCH oklch(0.8295 0.062 303.06) color: oklch(0.8295 0.062 303.06)
Lab lab(79.6 14.09 -19.17) color: lab(79.6 14.09 -19.17)
LCH lch(79.6 23.79 306.32) color: lch(79.6 23.79 306.32)

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.72:1
vs Black 12.2: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)

#C8C7DF — rgb(200, 199, 223)

Deuteranopia (Green-blind)

#C9CADC — rgb(201, 202, 220)

Tritanopia (Blue-blind)

#CED6D5 — rgb(206, 214, 213)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(263, 50%, 83%);

text

color: hsl(263, 50%, 83%);

border

border: 2px solid hsl(263, 50%, 83%);

gradient light

background: linear-gradient(to right, hsl(263, 50%, 100%), hsl(263, 50%, 83%));

gradient dark

background: linear-gradient(to right, hsl(263, 50%, 83%), hsl(263, 50%, 63%))

hex

background-color: #CFBEE9;

tailwind

bg-[hsl(263,50%,83%)]

box shadow

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

css variable

--color-primary: hsl(263, 50%, 83%);

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(263, 50%, 83%)?

HEX: #CFBEE9 | RGB: rgb(207, 190, 233) | CMYK: 11%, 18%, 0%, 9% | HSV: 264°, 18%, 91%. Copy any format from the conversion table above.

What colors go well with #CFBEE9?

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

As HSL: color: hsl(263, 50%, 83%); — As HEX: color: #CFBEE9; — As RGB: color: rgb(207, 190, 233); — Tailwind CSS: bg-[hsl(263,50%,83%)] — CSS variable: --color-primary: hsl(263, 50%, 83%);