HSL(263, 61%, 51%)

Indigo — Indigo color

Adjust Color

Color Information

Color Name

Indigo

Color Family

Indigo

Warm / Cool

🔵 Cool

Temperature

9000K

CSS Class

bg-[hsl(263,61%,51%)]

Color Conversions

Format Value CSS Usage
HSL hsl(263, 61%, 51%) color: hsl(263, 61%, 51%)
HEX #7036CE color: #7036CE
RGB rgb(112, 54, 206) color: rgb(112, 54, 206)
CMYK cmyk(46%, 74%, 0%, 19%)
HSV hsv(263, 74%, 81%)
HWB hwb(263 21% 19%) color: hwb(263 21% 19%)
OKLCH oklch(0.4979 0.2172 294.52) color: oklch(0.4979 0.2172 294.52)
Lab lab(38.79 56.89 -68.96) color: lab(38.79 56.89 -68.96)
LCH lch(38.79 89.4 309.52) color: lch(38.79 89.4 309.52)

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 6.76:1
vs Black 3.11:1

AA Normal (4.5:1)

on White: PASS ✓ on Black: FAIL ✗

AA Large (3:1)

on White: PASS ✓ on Black: PASS ✓

AAA Normal (7:1)

on White: FAIL ✗

Best text on this color: white

Color Blindness Simulation

Protanopia (Red-blind)

#5756A9 — rgb(87, 86, 169)

Deuteranopia (Green-blind)

#5A5FA0 — rgb(90, 95, 160)

Tritanopia (Blue-blind)

#6D8C86 — rgb(109, 140, 134)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(263, 61%, 51%);

text

color: hsl(263, 61%, 51%);

border

border: 2px solid hsl(263, 61%, 51%);

gradient light

background: linear-gradient(to right, hsl(263, 61%, 71%), hsl(263, 61%, 51%));

gradient dark

background: linear-gradient(to right, hsl(263, 61%, 51%), hsl(263, 61%, 31%))

hex

background-color: #7036CE;

tailwind

bg-[hsl(263,61%,51%)]

box shadow

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

css variable

--color-primary: hsl(263, 61%, 51%);

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, 61%, 51%)?

HEX: #7036CE | RGB: rgb(112, 54, 206) | CMYK: 46%, 74%, 0%, 19% | HSV: 263°, 74%, 81%. Copy any format from the conversion table above.

What colors go well with #7036CE?

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

As HSL: color: hsl(263, 61%, 51%); — As HEX: color: #7036CE; — As RGB: color: rgb(112, 54, 206); — Tailwind CSS: bg-[hsl(263,61%,51%)] — CSS variable: --color-primary: hsl(263, 61%, 51%);