HSL(167, 10%, 68%)

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(167,10%,68%)]

Color Conversions

Format Value CSS Usage
HSL hsl(167, 10%, 68%) color: hsl(167, 10%, 68%)
HEX #A5B6B2 color: #A5B6B2
RGB rgb(165, 182, 178) color: rgb(165, 182, 178)
CMYK cmyk(9%, 0%, 2%, 29%)
HSV hsv(166, 9%, 71%)
HWB hwb(166 65% 29%) color: hwb(166 65% 29%)
OKLCH oklch(0.7619 0.0197 180.09) color: oklch(0.7619 0.0197 180.09)
Lab lab(72.67 -6.65 0.03) color: lab(72.67 -6.65 0.03)
LCH lch(72.67 6.65 179.74) color: lch(72.67 6.65 179.74)

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.11:1
vs Black 9.93: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)

#ACADB3 — rgb(172, 173, 179)

Deuteranopia (Green-blind)

#ABAAB3 — rgb(171, 170, 179)

Tritanopia (Blue-blind)

#A6B4B4 — rgb(166, 180, 180)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(167, 10%, 68%);

text

color: hsl(167, 10%, 68%);

border

border: 2px solid hsl(167, 10%, 68%);

gradient light

background: linear-gradient(to right, hsl(167, 10%, 88%), hsl(167, 10%, 68%));

gradient dark

background: linear-gradient(to right, hsl(167, 10%, 68%), hsl(167, 10%, 48%))

hex

background-color: #A5B6B2;

tailwind

bg-[hsl(167,10%,68%)]

box shadow

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

css variable

--color-primary: hsl(167, 10%, 68%);

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(167, 10%, 68%)?

HEX: #A5B6B2 | RGB: rgb(165, 182, 178) | CMYK: 9%, 0%, 2%, 29% | HSV: 166°, 9%, 71%. Copy any format from the conversion table above.

What colors go well with #A5B6B2?

The complementary color is HSL(347, 10%, 68%). For a triadic harmony, use hues 167°, 287°, and 47°. For analogous combinations, try hues 137° and 197°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(167, 10%, 68%) in CSS?

As HSL: color: hsl(167, 10%, 68%); — As HEX: color: #A5B6B2; — As RGB: color: rgb(165, 182, 178); — Tailwind CSS: bg-[hsl(167,10%,68%)] — CSS variable: --color-primary: hsl(167, 10%, 68%);