HSL(188, 10%, 70%)

Grayish Cyan — Cyan color

Adjust Color

Color Information

Color Name

Grayish Cyan

Color Family

Cyan

Warm / Cool

🔵 Cool

Temperature

N/A

CSS Class

bg-[hsl(188,10%,70%)]

Color Conversions

Format Value CSS Usage
HSL hsl(188, 10%, 70%) color: hsl(188, 10%, 70%)
HEX #ABB8BA color: #ABB8BA
RGB rgb(171, 184, 186) color: rgb(171, 184, 186)
CMYK cmyk(8%, 1%, 0%, 27%)
HSV hsv(188, 8%, 73%)
HWB hwb(188 67% 27%) color: hwb(188 67% 27%)
OKLCH oklch(0.7731 0.0147 207.86) color: oklch(0.7731 0.0147 207.86)
Lab lab(73.86 -4.09 -2.56) color: lab(73.86 -4.09 -2.56)
LCH lch(73.86 4.83 212.04) color: lch(73.86 4.83 212.04)

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.04:1
vs Black 10.3: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)

#B1B1BA — rgb(177, 177, 186)

Deuteranopia (Green-blind)

#B0AFB9 — rgb(176, 175, 185)

Tritanopia (Blue-blind)

#ACB9B9 — rgb(172, 185, 185)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(188, 10%, 70%);

text

color: hsl(188, 10%, 70%);

border

border: 2px solid hsl(188, 10%, 70%);

gradient light

background: linear-gradient(to right, hsl(188, 10%, 90%), hsl(188, 10%, 70%));

gradient dark

background: linear-gradient(to right, hsl(188, 10%, 70%), hsl(188, 10%, 50%))

hex

background-color: #ABB8BA;

tailwind

bg-[hsl(188,10%,70%)]

box shadow

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

css variable

--color-primary: hsl(188, 10%, 70%);

Related Colors

Use Cases for Grayish Cyan

Tech/SaaS products Medical apps Water/ocean themes Clean UI elements Data viz

Frequently Asked Questions

What are all the color codes for HSL(188, 10%, 70%)?

HEX: #ABB8BA | RGB: rgb(171, 184, 186) | CMYK: 8%, 1%, 0%, 27% | HSV: 188°, 8%, 73%. Copy any format from the conversion table above.

What colors go well with #ABB8BA?

The complementary color is HSL(8, 10%, 70%). For a triadic harmony, use hues 188°, 308°, and 68°. For analogous combinations, try hues 158° and 218°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(188, 10%, 70%) in CSS?

As HSL: color: hsl(188, 10%, 70%); — As HEX: color: #ABB8BA; — As RGB: color: rgb(171, 184, 186); — Tailwind CSS: bg-[hsl(188,10%,70%)] — CSS variable: --color-primary: hsl(188, 10%, 70%);