HSL(280, 25%, 68%)

Indigo — Indigo color

Adjust Color

Color Information

Color Name

Indigo

Color Family

Indigo

Warm / Cool

🔵 Cool

Temperature

6500K

CSS Class

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

Color Conversions

Format Value CSS Usage
HSL hsl(280, 25%, 68%) color: hsl(280, 25%, 68%)
HEX #B499C2 color: #B499C2
RGB rgb(180, 153, 194) color: rgb(180, 153, 194)
CMYK cmyk(7%, 21%, 0%, 24%)
HSV hsv(280, 21%, 76%)
HWB hwb(280 60% 24%) color: hwb(280 60% 24%)
OKLCH oklch(0.7207 0.0656 314.06) color: oklch(0.7207 0.0656 314.06)
Lab lab(66.81 17.6 -17.41) color: lab(66.81 17.6 -17.41)
LCH lch(66.81 24.76 315.31) color: lch(66.81 24.76 315.31)

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 2.54:1
vs Black 8.28:1

AA Normal (4.5:1)

on White: FAIL ✗ on Black: PASS ✓

AA Large (3:1)

on White: FAIL ✗ on Black: PASS ✓

AAA Normal (7:1)

on White: FAIL ✗

Best text on this color: black

Color Blindness Simulation

Protanopia (Red-blind)

#A8A8B8 — rgb(168, 168, 184)

Deuteranopia (Green-blind)

#AAACB6 — rgb(170, 172, 182)

Tritanopia (Blue-blind)

#B3B0AF — rgb(179, 176, 175)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

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

text

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

border

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

gradient light

background: linear-gradient(to right, hsl(280, 25%, 88%), hsl(280, 25%, 68%));

gradient dark

background: linear-gradient(to right, hsl(280, 25%, 68%), hsl(280, 25%, 48%))

hex

background-color: #B499C2;

tailwind

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

box shadow

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

css variable

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

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

HEX: #B499C2 | RGB: rgb(180, 153, 194) | CMYK: 7%, 21%, 0%, 24% | HSV: 280°, 21%, 76%. Copy any format from the conversion table above.

What colors go well with #B499C2?

The complementary color is HSL(100, 25%, 68%). 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%, 68%) in CSS?

As HSL: color: hsl(280, 25%, 68%); — As HEX: color: #B499C2; — As RGB: color: rgb(180, 153, 194); — Tailwind CSS: bg-[hsl(280,25%,68%)] — CSS variable: --color-primary: hsl(280, 25%, 68%);