HSL(274, 75%, 27%)

Indigo — Indigo color

Adjust Color

Color Information

Color Name

Indigo

Color Family

Indigo

Warm / Cool

🔵 Cool

Temperature

6500K

CSS Class

bg-[hsl(274,75%,27%)]

Color Conversions

Format Value CSS Usage
HSL hsl(274, 75%, 27%) color: hsl(274, 75%, 27%)
HEX #4C1178 color: #4C1178
RGB rgb(76, 17, 120) color: rgb(76, 17, 120)
CMYK cmyk(37%, 86%, 0%, 53%)
HSV hsv(274, 86%, 47%)
HWB hwb(274 7% 53%) color: hwb(274 7% 53%)
OKLCH oklch(0.3412 0.1588 304.71) color: oklch(0.3412 0.1588 304.71)
Lab lab(21.18 44.93 -45.77) color: lab(21.18 44.93 -45.77)
LCH lch(21.18 64.14 314.47) color: lch(21.18 64.14 314.47)

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 12.66:1
vs Black 1.66: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)

#32325F — rgb(50, 50, 95)

Deuteranopia (Green-blind)

#363A59 — rgb(54, 58, 89)

Tritanopia (Blue-blind)

#494B47 — rgb(73, 75, 71)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(274, 75%, 27%);

text

color: hsl(274, 75%, 27%);

border

border: 2px solid hsl(274, 75%, 27%);

gradient light

background: linear-gradient(to right, hsl(274, 75%, 47%), hsl(274, 75%, 27%));

gradient dark

background: linear-gradient(to right, hsl(274, 75%, 27%), hsl(274, 75%, 7%))

hex

background-color: #4C1178;

tailwind

bg-[hsl(274,75%,27%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(274, 75%, 27%, 0.4);

css variable

--color-primary: hsl(274, 75%, 27%);

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(274, 75%, 27%)?

HEX: #4C1178 | RGB: rgb(76, 17, 120) | CMYK: 37%, 86%, 0%, 53% | HSV: 274°, 86%, 47%. Copy any format from the conversion table above.

What colors go well with #4C1178?

The complementary color is HSL(94, 75%, 27%). For a triadic harmony, use hues 274°, 34°, and 154°. For analogous combinations, try hues 244° and 304°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(274, 75%, 27%) in CSS?

As HSL: color: hsl(274, 75%, 27%); — As HEX: color: #4C1178; — As RGB: color: rgb(76, 17, 120); — Tailwind CSS: bg-[hsl(274,75%,27%)] — CSS variable: --color-primary: hsl(274, 75%, 27%);