HSL(263, 63%, 46%)

Indigo — Indigo color

Adjust Color

Color Information

Color Name

Indigo

Color Family

Indigo

Warm / Cool

🔵 Cool

Temperature

9000K

CSS Class

bg-[hsl(263,63%,46%)]

Color Conversions

Format Value CSS Usage
HSL hsl(263, 63%, 46%) color: hsl(263, 63%, 46%)
HEX #642BBF color: #642BBF
RGB rgb(100, 43, 191) color: rgb(100, 43, 191)
CMYK cmyk(48%, 77%, 0%, 25%)
HSV hsv(263, 77%, 75%)
HWB hwb(263 17% 25%) color: hwb(263 17% 25%)
OKLCH oklch(0.4599 0.2115 293.78) color: oklch(0.4599 0.2115 293.78)
Lab lab(34.39 56.08 -67.46) color: lab(34.39 56.08 -67.46)
LCH lch(34.39 87.73 309.74) color: lch(34.39 87.73 309.74)

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 7.96:1
vs Black 2.64:1

AA Normal (4.5:1)

on White: PASS ✓ on Black: FAIL ✗

AA Large (3:1)

on White: PASS ✓ on Black: FAIL ✗

AAA Normal (7:1)

on White: PASS ✓

Best text on this color: white

Color Blindness Simulation

Protanopia (Red-blind)

#4B4B9B — rgb(75, 75, 155)

Deuteranopia (Green-blind)

#4F5393 — rgb(79, 83, 147)

Tritanopia (Blue-blind)

#617F79 — rgb(97, 127, 121)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(263, 63%, 46%);

text

color: hsl(263, 63%, 46%);

border

border: 2px solid hsl(263, 63%, 46%);

gradient light

background: linear-gradient(to right, hsl(263, 63%, 66%), hsl(263, 63%, 46%));

gradient dark

background: linear-gradient(to right, hsl(263, 63%, 46%), hsl(263, 63%, 26%))

hex

background-color: #642BBF;

tailwind

bg-[hsl(263,63%,46%)]

box shadow

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

css variable

--color-primary: hsl(263, 63%, 46%);

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, 63%, 46%)?

HEX: #642BBF | RGB: rgb(100, 43, 191) | CMYK: 48%, 77%, 0%, 25% | HSV: 263°, 77%, 75%. Copy any format from the conversion table above.

What colors go well with #642BBF?

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

As HSL: color: hsl(263, 63%, 46%); — As HEX: color: #642BBF; — As RGB: color: rgb(100, 43, 191); — Tailwind CSS: bg-[hsl(263,63%,46%)] — CSS variable: --color-primary: hsl(263, 63%, 46%);