HSL(280, 25%, 24%)

Indigo — Indigo color

Adjust Color

Color Information

Color Name

Indigo

Color Family

Indigo

Warm / Cool

🔵 Cool

Temperature

6500K

CSS Class

bg-[hsl(280,25%,24%)]

Color Conversions

Format Value CSS Usage
HSL hsl(280, 25%, 24%) color: hsl(280, 25%, 24%)
HEX #422E4D color: #422E4D
RGB rgb(66, 46, 77) color: rgb(66, 46, 77)
CMYK cmyk(14%, 40%, 0%, 70%)
HSV hsv(279, 40%, 30%)
HWB hwb(279 18% 70%) color: hwb(279 18% 70%)
OKLCH oklch(0.338 0.0587 313.01) color: oklch(0.338 0.0587 313.01)
Lab lab(22.47 15.89 -15.59) color: lab(22.47 15.89 -15.59)
LCH lch(22.47 22.26 315.55) color: lch(22.47 22.26 315.55)

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.14:1
vs Black 1.73: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)

#393945 — rgb(57, 57, 69)

Deuteranopia (Green-blind)

#3B3C44 — rgb(59, 60, 68)

Tritanopia (Blue-blind)

#41403E — rgb(65, 64, 62)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(280, 25%, 24%);

text

color: hsl(280, 25%, 24%);

border

border: 2px solid hsl(280, 25%, 24%);

gradient light

background: linear-gradient(to right, hsl(280, 25%, 44%), hsl(280, 25%, 24%));

gradient dark

background: linear-gradient(to right, hsl(280, 25%, 24%), hsl(280, 25%, 4%))

hex

background-color: #422E4D;

tailwind

bg-[hsl(280,25%,24%)]

box shadow

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

css variable

--color-primary: hsl(280, 25%, 24%);

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(280, 25%, 24%)?

HEX: #422E4D | RGB: rgb(66, 46, 77) | CMYK: 14%, 40%, 0%, 70% | HSV: 279°, 40%, 30%. Copy any format from the conversion table above.

What colors go well with #422E4D?

The complementary color is HSL(100, 25%, 24%). For a triadic harmony, use hues 280°, 40°, and 160°. For analogous combinations, try hues 250° and 310°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(280, 25%, 24%) in CSS?

As HSL: color: hsl(280, 25%, 24%); — As HEX: color: #422E4D; — As RGB: color: rgb(66, 46, 77); — Tailwind CSS: bg-[hsl(280,25%,24%)] — CSS variable: --color-primary: hsl(280, 25%, 24%);