HSL(278, 10%, 62%)

Grayish Indigo — Indigo color

Adjust Color

Color Information

Color Name

Grayish Indigo

Color Family

Indigo

Warm / Cool

🔵 Cool

Temperature

N/A

CSS Class

bg-[hsl(278,10%,62%)]

Color Conversions

Format Value CSS Usage
HSL hsl(278, 10%, 62%) color: hsl(278, 10%, 62%)
HEX #A194A8 color: #A194A8
RGB rgb(161, 148, 168) color: rgb(161, 148, 168)
CMYK cmyk(4%, 12%, 0%, 34%)
HSV hsv(279, 12%, 66%)
HWB hwb(279 58% 34%) color: hwb(279 58% 34%)
OKLCH oklch(0.6843 0.0324 313.96) color: oklch(0.6843 0.0324 313.96)
Lab lab(63 8.61 -8.72) color: lab(63 8.61 -8.72)
LCH lch(63 12.25 314.64) color: lch(63 12.25 314.64)

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.87:1
vs Black 7.32: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)

#9B9BA3 — rgb(155, 155, 163)

Deuteranopia (Green-blind)

#9C9DA2 — rgb(156, 157, 162)

Tritanopia (Blue-blind)

#A09F9F — rgb(160, 159, 159)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(278, 10%, 62%);

text

color: hsl(278, 10%, 62%);

border

border: 2px solid hsl(278, 10%, 62%);

gradient light

background: linear-gradient(to right, hsl(278, 10%, 82%), hsl(278, 10%, 62%));

gradient dark

background: linear-gradient(to right, hsl(278, 10%, 62%), hsl(278, 10%, 42%))

hex

background-color: #A194A8;

tailwind

bg-[hsl(278,10%,62%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(278, 10%, 62%, 0.4);

css variable

--color-primary: hsl(278, 10%, 62%);

Related Colors

Use Cases for Grayish Indigo

UI elements Web design Branding Graphic design Print design

Frequently Asked Questions

What are all the color codes for HSL(278, 10%, 62%)?

HEX: #A194A8 | RGB: rgb(161, 148, 168) | CMYK: 4%, 12%, 0%, 34% | HSV: 279°, 12%, 66%. Copy any format from the conversion table above.

What colors go well with #A194A8?

The complementary color is HSL(98, 10%, 62%). For a triadic harmony, use hues 278°, 38°, and 158°. For analogous combinations, try hues 248° and 308°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(278, 10%, 62%) in CSS?

As HSL: color: hsl(278, 10%, 62%); — As HEX: color: #A194A8; — As RGB: color: rgb(161, 148, 168); — Tailwind CSS: bg-[hsl(278,10%,62%)] — CSS variable: --color-primary: hsl(278, 10%, 62%);