HSL(283, 90%, 28%)

Indigo — Indigo color

Adjust Color

Color Information

Color Name

Indigo

Color Family

Indigo

Warm / Cool

🔵 Cool

Temperature

6500K

CSS Class

bg-[hsl(283,90%,28%)]

Color Conversions

Format Value CSS Usage
HSL hsl(283, 90%, 28%) color: hsl(283, 90%, 28%)
HEX #630788 color: #630788
RGB rgb(99, 7, 136) color: rgb(99, 7, 136)
CMYK cmyk(27%, 95%, 0%, 47%)
HSV hsv(283, 95%, 53%)
HWB hwb(283 3% 47%) color: hwb(283 3% 47%)
OKLCH oklch(0.3831 0.186 312.01) color: oklch(0.3831 0.186 312.01)
Lab lab(25.51 54.45 -48.68) color: lab(25.51 54.45 -48.68)
LCH lch(25.51 73.04 318.2) color: lch(25.51 73.04 318.2)

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 10.96:1
vs Black 1.92: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)

#3B3A69 — rgb(59, 58, 105)

Deuteranopia (Green-blind)

#414761 — rgb(65, 71, 97)

Tritanopia (Blue-blind)

#5E504B — rgb(94, 80, 75)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(283, 90%, 28%);

text

color: hsl(283, 90%, 28%);

border

border: 2px solid hsl(283, 90%, 28%);

gradient light

background: linear-gradient(to right, hsl(283, 90%, 48%), hsl(283, 90%, 28%));

gradient dark

background: linear-gradient(to right, hsl(283, 90%, 28%), hsl(283, 90%, 8%))

hex

background-color: #630788;

tailwind

bg-[hsl(283,90%,28%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(283, 90%, 28%, 0.4);

css variable

--color-primary: hsl(283, 90%, 28%);

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(283, 90%, 28%)?

HEX: #630788 | RGB: rgb(99, 7, 136) | CMYK: 27%, 95%, 0%, 47% | HSV: 283°, 95%, 53%. Copy any format from the conversion table above.

What colors go well with #630788?

The complementary color is HSL(103, 90%, 28%). For a triadic harmony, use hues 283°, 43°, and 163°. For analogous combinations, try hues 253° and 313°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(283, 90%, 28%) in CSS?

As HSL: color: hsl(283, 90%, 28%); — As HEX: color: #630788; — As RGB: color: rgb(99, 7, 136); — Tailwind CSS: bg-[hsl(283,90%,28%)] — CSS variable: --color-primary: hsl(283, 90%, 28%);