HSL(280, 10%, 46%)

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(280,10%,46%)]

Color Conversions

Format Value CSS Usage
HSL hsl(280, 10%, 46%) color: hsl(280, 10%, 46%)
HEX #796A81 color: #796A81
RGB rgb(121, 106, 129) color: rgb(121, 106, 129)
CMYK cmyk(6%, 18%, 0%, 49%)
HSV hsv(279, 18%, 51%)
HWB hwb(279 42% 49%) color: hwb(279 42% 49%)
OKLCH oklch(0.5464 0.0394 313.91) color: oklch(0.5464 0.0394 313.91)
Lab lab(46.92 10.51 -10.54) color: lab(46.92 10.51 -10.54)
LCH lch(46.92 14.88 314.92) color: lch(46.92 14.88 314.92)

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 5.01:1
vs Black 4.19:1

AA Normal (4.5:1)

on White: PASS ✓ on Black: FAIL ✗

AA Large (3:1)

on White: PASS ✓ on Black: PASS ✓

AAA Normal (7:1)

on White: FAIL ✗

Best text on this color: white

Color Blindness Simulation

Protanopia (Red-blind)

#73727B — rgb(115, 114, 123)

Deuteranopia (Green-blind)

#73757A — rgb(115, 117, 122)

Tritanopia (Blue-blind)

#787776 — rgb(120, 119, 118)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(280, 10%, 46%);

text

color: hsl(280, 10%, 46%);

border

border: 2px solid hsl(280, 10%, 46%);

gradient light

background: linear-gradient(to right, hsl(280, 10%, 66%), hsl(280, 10%, 46%));

gradient dark

background: linear-gradient(to right, hsl(280, 10%, 46%), hsl(280, 10%, 26%))

hex

background-color: #796A81;

tailwind

bg-[hsl(280,10%,46%)]

box shadow

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

css variable

--color-primary: hsl(280, 10%, 46%);

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(280, 10%, 46%)?

HEX: #796A81 | RGB: rgb(121, 106, 129) | CMYK: 6%, 18%, 0%, 49% | HSV: 279°, 18%, 51%. Copy any format from the conversion table above.

What colors go well with #796A81?

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

As HSL: color: hsl(280, 10%, 46%); — As HEX: color: #796A81; — As RGB: color: rgb(121, 106, 129); — Tailwind CSS: bg-[hsl(280,10%,46%)] — CSS variable: --color-primary: hsl(280, 10%, 46%);