HSL(271, 25%, 17%)

Indigo — Indigo color

Adjust Color

Color Information

Color Name

Indigo

Color Family

Indigo

Warm / Cool

🔵 Cool

Temperature

6500K

CSS Class

bg-[hsl(271,25%,17%)]

Color Conversions

Format Value CSS Usage
HSL hsl(271, 25%, 17%) color: hsl(271, 25%, 17%)
HEX #2C2136 color: #2C2136
RGB rgb(44, 33, 54) color: rgb(44, 33, 54)
CMYK cmyk(19%, 39%, 0%, 79%)
HSV hsv(271, 39%, 21%)
HWB hwb(271 13% 79%) color: hwb(271 13% 79%)
OKLCH oklch(0.2704 0.0408 307.83) color: oklch(0.2704 0.0408 307.83)
Lab lab(14.9 10.35 -11.72) color: lab(14.9 10.35 -11.72)
LCH lch(14.9 15.64 311.45) color: lch(14.9 15.64 311.45)

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 15.24:1
vs Black 1.38: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)

#272731 — rgb(39, 39, 49)

Deuteranopia (Green-blind)

#282930 — rgb(40, 41, 48)

Tritanopia (Blue-blind)

#2B2D2C — rgb(43, 45, 44)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(271, 25%, 17%);

text

color: hsl(271, 25%, 17%);

border

border: 2px solid hsl(271, 25%, 17%);

gradient light

background: linear-gradient(to right, hsl(271, 25%, 37%), hsl(271, 25%, 17%));

gradient dark

background: linear-gradient(to right, hsl(271, 25%, 17%), hsl(271, 25%, 0%))

hex

background-color: #2C2136;

tailwind

bg-[hsl(271,25%,17%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(271, 25%, 17%, 0.4);

css variable

--color-primary: hsl(271, 25%, 17%);

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(271, 25%, 17%)?

HEX: #2C2136 | RGB: rgb(44, 33, 54) | CMYK: 19%, 39%, 0%, 79% | HSV: 271°, 39%, 21%. Copy any format from the conversion table above.

What colors go well with #2C2136?

The complementary color is HSL(91, 25%, 17%). For a triadic harmony, use hues 271°, 31°, and 151°. For analogous combinations, try hues 241° and 301°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(271, 25%, 17%) in CSS?

As HSL: color: hsl(271, 25%, 17%); — As HEX: color: #2C2136; — As RGB: color: rgb(44, 33, 54); — Tailwind CSS: bg-[hsl(271,25%,17%)] — CSS variable: --color-primary: hsl(271, 25%, 17%);