HSL(199, 10%, 68%)

Grayish Blue — Blue color

Adjust Color

Color Information

Color Name

Grayish Blue

Color Family

Blue

Warm / Cool

🔵 Cool

Temperature

N/A

CSS Class

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

Color Conversions

Format Value CSS Usage
HSL hsl(199, 10%, 68%) color: hsl(199, 10%, 68%)
HEX #A5B0B6 color: #A5B0B6
RGB rgb(165, 176, 182) color: rgb(165, 176, 182)
CMYK cmyk(9%, 3%, 0%, 29%)
HSV hsv(201, 9%, 71%)
HWB hwb(201 65% 29%) color: hwb(201 65% 29%)
OKLCH oklch(0.7504 0.0151 231.28) color: oklch(0.7504 0.0151 231.28)
Lab lab(71.16 -2.63 -4.38) color: lab(71.16 -2.63 -4.38)
LCH lch(71.16 5.11 239.02) color: lch(71.16 5.11 239.02)

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.21:1
vs Black 9.49: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)

#AAAAB5 — rgb(170, 170, 181)

Deuteranopia (Green-blind)

#A9A8B4 — rgb(169, 168, 180)

Tritanopia (Blue-blind)

#A6B3B3 — rgb(166, 179, 179)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

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

text

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

border

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

gradient light

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

gradient dark

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

hex

background-color: #A5B0B6;

tailwind

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

box shadow

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

css variable

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

Related Colors

Use Cases for Grayish Blue

Corporate branding Trust signals Tech products Social media Primary buttons

Frequently Asked Questions

What are all the color codes for HSL(199, 10%, 68%)?

HEX: #A5B0B6 | RGB: rgb(165, 176, 182) | CMYK: 9%, 3%, 0%, 29% | HSV: 201°, 9%, 71%. Copy any format from the conversion table above.

What colors go well with #A5B0B6?

The complementary color is HSL(19, 10%, 68%). For a triadic harmony, use hues 199°, 319°, and 79°. For analogous combinations, try hues 169° and 229°. See the Color Harmony section above for complete palettes with previews.

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

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