HSL(261, 7%, 70%)

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(261,7%,70%)]

Color Conversions

Format Value CSS Usage
HSL hsl(261, 7%, 70%) color: hsl(261, 7%, 70%)
HEX #B1ADB8 color: #B1ADB8
RGB rgb(177, 173, 184) color: rgb(177, 173, 184)
CMYK cmyk(4%, 6%, 0%, 28%)
HSV hsv(262, 6%, 72%)
HWB hwb(262 68% 28%) color: hwb(262 68% 28%)
OKLCH oklch(0.7543 0.0161 302.47) color: oklch(0.7543 0.0161 302.47)
Lab lab(71.35 3.51 -5.11) color: lab(71.35 3.51 -5.11)
LCH lch(71.35 6.2 304.48) color: lch(71.35 6.2 304.48)

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.2:1
vs Black 9.54: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)

#AFAFB5 — rgb(175, 175, 181)

Deuteranopia (Green-blind)

#B0B0B5 — rgb(176, 176, 181)

Tritanopia (Blue-blind)

#B1B3B3 — rgb(177, 179, 179)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(261, 7%, 70%);

text

color: hsl(261, 7%, 70%);

border

border: 2px solid hsl(261, 7%, 70%);

gradient light

background: linear-gradient(to right, hsl(261, 7%, 90%), hsl(261, 7%, 70%));

gradient dark

background: linear-gradient(to right, hsl(261, 7%, 70%), hsl(261, 7%, 50%))

hex

background-color: #B1ADB8;

tailwind

bg-[hsl(261,7%,70%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(261, 7%, 70%, 0.4);

css variable

--color-primary: hsl(261, 7%, 70%);

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(261, 7%, 70%)?

HEX: #B1ADB8 | RGB: rgb(177, 173, 184) | CMYK: 4%, 6%, 0%, 28% | HSV: 262°, 6%, 72%. Copy any format from the conversion table above.

What colors go well with #B1ADB8?

The complementary color is HSL(81, 7%, 70%). For a triadic harmony, use hues 261°, 21°, and 141°. For analogous combinations, try hues 231° and 291°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(261, 7%, 70%) in CSS?

As HSL: color: hsl(261, 7%, 70%); — As HEX: color: #B1ADB8; — As RGB: color: rgb(177, 173, 184); — Tailwind CSS: bg-[hsl(261,7%,70%)] — CSS variable: --color-primary: hsl(261, 7%, 70%);