HSL(191, 4%, 68%)

Grayish Gray — Gray color

Adjust Color

Color Information

Color Name

Grayish Gray

Color Family

Gray

Warm / Cool

🔵 Cool

Temperature

N/A

CSS Class

bg-[hsl(191,4%,68%)]

Color Conversions

Format Value CSS Usage
HSL hsl(191, 4%, 68%) color: hsl(191, 4%, 68%)
HEX #AAAFB1 color: #AAAFB1
RGB rgb(170, 175, 177) color: rgb(170, 175, 177)
CMYK cmyk(4%, 1%, 0%, 31%)
HSV hsv(197, 4%, 69%)
HWB hwb(197 66% 31%) color: hwb(197 66% 31%)
OKLCH oklch(0.7506 0.0064 223.48) color: oklch(0.7506 0.0064 223.48)
Lab lab(71.13 -1.37 -1.63) color: lab(71.13 -1.37 -1.63)
LCH lch(71.13 2.13 229.95) color: lch(71.13 2.13 229.95)

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.22:1
vs Black 9.48: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)

#ACACB1 — rgb(172, 172, 177)

Deuteranopia (Green-blind)

#ACACB0 — rgb(172, 172, 176)

Tritanopia (Blue-blind)

#AAB0B0 — rgb(170, 176, 176)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(191, 4%, 68%);

text

color: hsl(191, 4%, 68%);

border

border: 2px solid hsl(191, 4%, 68%);

gradient light

background: linear-gradient(to right, hsl(191, 4%, 88%), hsl(191, 4%, 68%));

gradient dark

background: linear-gradient(to right, hsl(191, 4%, 68%), hsl(191, 4%, 48%))

hex

background-color: #AAAFB1;

tailwind

bg-[hsl(191,4%,68%)]

box shadow

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

css variable

--color-primary: hsl(191, 4%, 68%);

Related Colors

Use Cases for Grayish Gray

Neutral backgrounds Body text Borders Secondary buttons Disabled states

Frequently Asked Questions

What are all the color codes for HSL(191, 4%, 68%)?

HEX: #AAAFB1 | RGB: rgb(170, 175, 177) | CMYK: 4%, 1%, 0%, 31% | HSV: 197°, 4%, 69%. Copy any format from the conversion table above.

What colors go well with #AAAFB1?

The complementary color is HSL(11, 4%, 68%). For a triadic harmony, use hues 191°, 311°, and 71°. For analogous combinations, try hues 161° and 221°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(191, 4%, 68%) in CSS?

As HSL: color: hsl(191, 4%, 68%); — As HEX: color: #AAAFB1; — As RGB: color: rgb(170, 175, 177); — Tailwind CSS: bg-[hsl(191,4%,68%)] — CSS variable: --color-primary: hsl(191, 4%, 68%);