HSL(267, 70%, 67%)

Indigo — Indigo color

Adjust Color

Color Information

Color Name

Indigo

Color Family

Indigo

Warm / Cool

🔵 Cool

Temperature

9000K

CSS Class

bg-[hsl(267,70%,67%)]

Color Conversions

Format Value CSS Usage
HSL hsl(267, 70%, 67%) color: hsl(267, 70%, 67%)
HEX #A570E6 color: #A570E6
RGB rgb(165, 112, 230) color: rgb(165, 112, 230)
CMYK cmyk(28%, 51%, 0%, 10%)
HSV hsv(267, 51%, 90%)
HWB hwb(267 44% 10%) color: hwb(267 44% 10%)
OKLCH oklch(0.6508 0.1748 302.56) color: oklch(0.6508 0.1748 302.56)
Lab lab(57.37 44.15 -52.35) color: lab(57.37 44.15 -52.35)
LCH lch(57.37 68.48 310.14) color: lch(57.37 68.48 310.14)

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 3.47:1
vs Black 6.06:1

AA Normal (4.5:1)

on White: FAIL ✗ on Black: PASS ✓

AA Large (3:1)

on White: PASS ✓ on Black: PASS ✓

AAA Normal (7:1)

on White: FAIL ✗

Best text on this color: black

Color Blindness Simulation

Protanopia (Red-blind)

#8E8EC9 — rgb(142, 142, 201)

Deuteranopia (Green-blind)

#9195C3 — rgb(145, 149, 195)

Tritanopia (Blue-blind)

#A2B3AE — rgb(162, 179, 174)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(267, 70%, 67%);

text

color: hsl(267, 70%, 67%);

border

border: 2px solid hsl(267, 70%, 67%);

gradient light

background: linear-gradient(to right, hsl(267, 70%, 87%), hsl(267, 70%, 67%));

gradient dark

background: linear-gradient(to right, hsl(267, 70%, 67%), hsl(267, 70%, 47%))

hex

background-color: #A570E6;

tailwind

bg-[hsl(267,70%,67%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(267, 70%, 67%, 0.4);

css variable

--color-primary: hsl(267, 70%, 67%);

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(267, 70%, 67%)?

HEX: #A570E6 | RGB: rgb(165, 112, 230) | CMYK: 28%, 51%, 0%, 10% | HSV: 267°, 51%, 90%. Copy any format from the conversion table above.

What colors go well with #A570E6?

The complementary color is HSL(87, 70%, 67%). For a triadic harmony, use hues 267°, 27°, and 147°. For analogous combinations, try hues 237° and 297°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(267, 70%, 67%) in CSS?

As HSL: color: hsl(267, 70%, 67%); — As HEX: color: #A570E6; — As RGB: color: rgb(165, 112, 230); — Tailwind CSS: bg-[hsl(267,70%,67%)] — CSS variable: --color-primary: hsl(267, 70%, 67%);